Skip to content

Commit

Permalink
Change version to 0.2.3.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RayCarrot committed Dec 14, 2022
1 parent a3cd344 commit e3475cf
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.2.0 (beta) - March 29, 2022 -----
----- Version 0.2.3.0 (beta) - December 14, 2022 -----
• Fix a crash when using modified files with added DES/ETA entries for the Rayman PC versions


----- Version 0.2.2.0 (beta) - March 29, 2022 -----
• Fix a crash when adding certain objects


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.2.0</Version>
<Version>0.2.3.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, 2, 0);
public Version CurrentAppVersion => new Version(0, 2, 3, 0);

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

0 comments on commit e3475cf

Please sign in to comment.