Skip to content

Commit

Permalink
Change version to 0.2.5.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RayCarrot committed Apr 1, 2024
1 parent f3c378d commit f68841a
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.4.0 (beta) - January 14, 2023 -----
----- Version 0.2.5.0 (beta) - April 1, 2024 -----
• Fix a bug with editing object commands when GO_DOLOOP is used


----- Version 0.2.4.0 (beta) - January 14, 2023 -----
• Fix color values rounding down after saving when having edited a palette
• 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.4.0</Version>
<Version>0.2.5.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, 4, 0);
public Version CurrentAppVersion => new Version(0, 2, 5, 0);

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

0 comments on commit f68841a

Please sign in to comment.