Skip to content

Commit ddd7098

Browse files
committed
Change version to 0.2.1.0, update changelog
1 parent ea36ddf commit ddd7098

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/Ray1Editor/Assets/App/VersionHistory.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
----- Version 0.2.0.0 (beta) - February 22, 2022 -----
1+
----- Version 0.2.1.0 (beta) - March 18, 2022 -----
2+
• Minimize additional object state data being written back when saving a level for the Rayman PS1 versions
3+
• Fix not being able to scroll with the mouse wheel over the object commands field
4+
• Update libraries
5+
6+
7+
----- Version 0.2.0.0 (beta) - February 22, 2022 -----
28
• Add option to edit object commands
39
• Remove the updater and update checking (check the GitHub releases for future updates)
410
• Update libraries

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.0.0</Version>
10+
<Version>0.2.1.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, 0, 0);
69+
public Version CurrentAppVersion => new Version(0, 2, 1, 0);
7070

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

0 commit comments

Comments
 (0)