Skip to content

Commit

Permalink
Change version down to 0.1.2.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RayCarrot committed Dec 23, 2021
1 parent 9f0f220 commit 8fad941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
----- Version 0.2.0.0 (beta) - December 23, 2021 -----
• Update target framework from .NET Core 3.1 to .NET 6
----- Version 0.1.2.0 (beta) - December 23, 2021 -----
• Update libraries, fixing a bug where changing the size of a map in the Rayman PC versions would corrupt the level


Expand Down
2 changes: 1 addition & 1 deletion src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<LangVersion>10</LangVersion>
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
<Version>0.2.0.0</Version>
<Version>0.1.2.0</Version>
<Authors>RayCarrot</Authors>
<Product>Ray1Editor</Product>
<PackageProjectUrl>https://github.com/RayCarrot/RayCarrot.Ray1Editor</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public AppViewModel()
/// <summary>
/// The current app version
/// </summary>
public Version CurrentAppVersion => new Version(0, 2, 0, 0);
public Version CurrentAppVersion => new Version(0, 1, 2, 0);

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

0 comments on commit 8fad941

Please sign in to comment.