diff --git a/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt b/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt index a06eb17..a990b38 100644 --- a/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt +++ b/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt @@ -1,5 +1,4 @@ ------ Version 0.2.0.0 (beta) - December 23, 2021 ----- -• Update target framework from .NET Core 3.1 to .NET 6 +----- Version 0.1.2.0 (beta) - December 23, 2021 ----- • Update libraries, fixing a bug where changing the size of a map in the Rayman PC versions would corrupt the level diff --git a/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj b/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj index 4411dad..b84344d 100644 --- a/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj +++ b/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj @@ -7,7 +7,7 @@ true 10 UI\Img\AppIcon.ico - 0.2.0.0 + 0.1.2.0 RayCarrot Ray1Editor https://github.com/RayCarrot/RayCarrot.Ray1Editor diff --git a/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs b/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs index 740a225..a38bef0 100644 --- a/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs +++ b/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs @@ -74,7 +74,7 @@ public AppViewModel() /// /// The current app version /// - public Version CurrentAppVersion => new Version(0, 2, 0, 0); + public Version CurrentAppVersion => new Version(0, 1, 2, 0); /// /// Indicates if the current version is a BETA version