Skip to content

Commit

Permalink
Change version to 0.2.2.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RayCarrot committed Mar 29, 2022
1 parent fffe309 commit 037b341
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion src/Ray1Editor/Ray1Editor.csproj
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<LangVersion>10</LangVersion>
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
<Version>0.2.1.0</Version>
<Version>0.2.2.0</Version>
<Authors>RayCarrot</Authors>
<Product>Ray1Editor</Product>
<PackageProjectUrl>https://github.com/RayCarrot/Ray1Editor</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Ray1Editor/ViewModels/AppViewModel.cs
Expand Up @@ -66,7 +66,7 @@ public AppViewModel()
/// <summary>
/// The current app version
/// </summary>
public Version CurrentAppVersion => new Version(0, 2, 1, 0);
public Version CurrentAppVersion => new Version(0, 2, 2, 0);

/// <summary>
/// Indicates if the current version is a BETA version
Expand Down

0 comments on commit 037b341

Please sign in to comment.