Skip to content

Commit

Permalink
Change version to 0.2.4.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RayCarrot committed Jan 14, 2023
1 parent a3ee41e commit badd756
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/Ray1Editor/Assets/App/VersionHistory.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
----- Version 0.2.3.0 (beta) - December 14, 2022 -----
----- Version 0.2.4.0 (beta) - January 14, 2023 -----
• Fix color values rounding down after saving when having edited a palette
• Update libraries


----- 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


Expand Down
2 changes: 1 addition & 1 deletion src/Ray1Editor/Ray1Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<LangVersion>10</LangVersion>
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
<Version>0.2.3.0</Version>
<Version>0.2.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public AppViewModel()
/// <summary>
/// The current app version
/// </summary>
public Version CurrentAppVersion => new Version(0, 2, 3, 0);
public Version CurrentAppVersion => new Version(0, 2, 4, 0);

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

0 comments on commit badd756

Please sign in to comment.