Skip to content

Commit badd756

Browse files
committed
Change version to 0.2.4.0, update changelog
1 parent a3ee41e commit badd756

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

src/Ray1Editor/Assets/App/VersionHistory.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
----- Version 0.2.3.0 (beta) - December 14, 2022 -----
1+
----- Version 0.2.4.0 (beta) - January 14, 2023 -----
2+
• Fix color values rounding down after saving when having edited a palette
3+
• Update libraries
4+
5+
6+
----- Version 0.2.3.0 (beta) - December 14, 2022 -----
27
• Fix a crash when using modified files with added DES/ETA entries for the Rayman PC versions
38

49

src/Ray1Editor/Ray1Editor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<LangVersion>10</LangVersion>
99
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
10-
<Version>0.2.3.0</Version>
10+
<Version>0.2.4.0</Version>
1111
<Authors>RayCarrot</Authors>
1212
<Product>Ray1Editor</Product>
1313
<PackageProjectUrl>https://github.com/RayCarrot/Ray1Editor</PackageProjectUrl>

src/Ray1Editor/ViewModels/AppViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public AppViewModel()
6666
/// <summary>
6767
/// The current app version
6868
/// </summary>
69-
public Version CurrentAppVersion => new Version(0, 2, 3, 0);
69+
public Version CurrentAppVersion => new Version(0, 2, 4, 0);
7070

7171
/// <summary>
7272
/// Indicates if the current version is a BETA version

0 commit comments

Comments
 (0)