diff --git a/apps/resource.h b/apps/resource.h
index 4c63e211..87629908 100755
--- a/apps/resource.h
+++ b/apps/resource.h
@@ -42,9 +42,9 @@ DEALINGS IN THE SOFTWARE.
///////////////////////////////// Program Values ///////////////////////
//
// Program Info (may be visible, but don't mark for tranalation)
-#define VERSION "2022.03.12-2"
+#define VERSION "2022.03.13-1"
-#define RELEASE_DATE "05 January 2022"
+#define RELEASE_DATE "13 March 2022"
#define COPYRIGHT_DATE "2013-2022"
// Program Values:
diff --git a/text/changelog.txt b/text/changelog.txt
index a8fbfdb8..1cb29f63 100644
--- a/text/changelog.txt
+++ b/text/changelog.txt
@@ -1,6 +1,6 @@
Connman System Tray (CMST)
Change Log
- In Progress
+ 2022.03.13
- Revised open, save, delete dialog boxes in VPN Provisioning editor.
-
- Revised open, save, delete dialog boxes in Provisioning editor.
-
@@ -9,7 +9,6 @@
- Add fields to VPN Agent dialog to bring up to date with Connman.
- Added an option to scale icons and artwork (issue # 256).
- Fixed deselecting WiFi entry after automatic rescan (issue #226).
-- Attempt at fixing tray icon size for high dpi screens (issue #256).
- Added Edit button to Wifi Services (issue #202)
- Removed obsolete managerRescan() function, moved code to where needed.
- Fix VPN parsing not being done in various display elements (issue #192)