diff --git a/src/Ray1Editor/Assets/App/VersionHistory.txt b/src/Ray1Editor/Assets/App/VersionHistory.txt index 5c1d164..1b2bf0e 100644 --- a/src/Ray1Editor/Assets/App/VersionHistory.txt +++ b/src/Ray1Editor/Assets/App/VersionHistory.txt @@ -1,4 +1,8 @@ ------ Version 0.2.1.0 (beta) - March 18, 2022 ----- +----- Version 0.2.2.0 (beta) - March 29, 2022 ----- +• Fix a crash when adding certain objects + + +----- Version 0.2.1.0 (beta) - March 18, 2022 ----- • Minimize additional object state data being written back when saving a level for the Rayman PS1 versions • Fix not being able to scroll with the mouse wheel over the object commands field • Update libraries diff --git a/src/Ray1Editor/Ray1Editor.csproj b/src/Ray1Editor/Ray1Editor.csproj index 8d04240..99aa3f6 100644 --- a/src/Ray1Editor/Ray1Editor.csproj +++ b/src/Ray1Editor/Ray1Editor.csproj @@ -7,7 +7,7 @@ true 10 UI\Img\AppIcon.ico - 0.2.1.0 + 0.2.2.0 RayCarrot Ray1Editor https://github.com/RayCarrot/Ray1Editor diff --git a/src/Ray1Editor/ViewModels/AppViewModel.cs b/src/Ray1Editor/ViewModels/AppViewModel.cs index 63a03c9..f2512e0 100644 --- a/src/Ray1Editor/ViewModels/AppViewModel.cs +++ b/src/Ray1Editor/ViewModels/AppViewModel.cs @@ -66,7 +66,7 @@ public AppViewModel() /// /// The current app version /// - public Version CurrentAppVersion => new Version(0, 2, 1, 0); + public Version CurrentAppVersion => new Version(0, 2, 2, 0); /// /// Indicates if the current version is a BETA version