diff --git a/AuthoringTool/electron.manifest.json b/AuthoringTool/electron.manifest.json index 2bf24128..8e895075 100644 --- a/AuthoringTool/electron.manifest.json +++ b/AuthoringTool/electron.manifest.json @@ -20,7 +20,7 @@ "appId": "com.AuthoringTool.app", "productName": "AuthoringTool", "copyright": "Copyright © 2023 Team AdLer", - "buildVersion": "2.2.1", + "buildVersion": "2.2.2", "compression": "maximum", "directories": { "output": "../../../bin/Desktop_Publish" diff --git a/Changelog.md b/Changelog.md index b90134e5..ac12fa65 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,12 @@ +## [2.2.2] - 2024-12-19 + +### Fixed + +- Fixed a crash after upload learning world + ## [2.2.1] - 2024-12-04 ### Changed diff --git a/Shared/Constants.cs b/Shared/Constants.cs index d9a139a4..ed8d2b9b 100644 --- a/Shared/Constants.cs +++ b/Shared/Constants.cs @@ -2,7 +2,7 @@ namespace Shared; public static class Constants { - public const string ApplicationVersion = "2.2.1"; + public const string ApplicationVersion = "2.2.2"; public const string AtfVersion = "2.3.0"; public const string PluginReleaseSetVersion = "4.0.0"; } \ No newline at end of file