Skip to content

Commit e3475cf

Browse files
committed
Change version to 0.2.3.0, update changelog
1 parent a3cd344 commit e3475cf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/Ray1Editor/Assets/App/VersionHistory.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
----- Version 0.2.2.0 (beta) - March 29, 2022 -----
1+
----- Version 0.2.3.0 (beta) - December 14, 2022 -----
2+
• Fix a crash when using modified files with added DES/ETA entries for the Rayman PC versions
3+
4+
5+
----- Version 0.2.2.0 (beta) - March 29, 2022 -----
26
• Fix a crash when adding certain objects
37

48

src/Ray1Editor/Ray1Editor.csproj

+1-1
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.2.0</Version>
10+
<Version>0.2.3.0</Version>
1111
<Authors>RayCarrot</Authors>
1212
<Product>Ray1Editor</Product>
1313
<PackageProjectUrl>https://github.com/RayCarrot/Ray1Editor</PackageProjectUrl>

src/Ray1Editor/ViewModels/AppViewModel.cs

+1-1
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, 2, 0);
69+
public Version CurrentAppVersion => new Version(0, 2, 3, 0);
7070

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

0 commit comments

Comments
 (0)