Skip to content

Commit 8fad941

Browse files
committed
Change version down to 0.1.2.0, update changelog
1 parent 9f0f220 commit 8fad941

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
----- Version 0.2.0.0 (beta) - December 23, 2021 -----
2-
• Update target framework from .NET Core 3.1 to .NET 6
1+
----- Version 0.1.2.0 (beta) - December 23, 2021 -----
32
• Update libraries, fixing a bug where changing the size of a map in the Rayman PC versions would corrupt the level
43

54

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

src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public AppViewModel()
7474
/// <summary>
7575
/// The current app version
7676
/// </summary>
77-
public Version CurrentAppVersion => new Version(0, 2, 0, 0);
77+
public Version CurrentAppVersion => new Version(0, 1, 2, 0);
7878

7979
/// <summary>
8080
/// Indicates if the current version is a BETA version

0 commit comments

Comments
 (0)