Skip to content

Commit de3a96e

Browse files
committed
Change version to 0.1.0.2
1 parent 7b02478 commit de3a96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj

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

src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public AppViewModel()
7373
/// <summary>
7474
/// The current app version
7575
/// </summary>
76-
public Version CurrentAppVersion => new Version(0, 1, 0, 1);
76+
public Version CurrentAppVersion => new Version(0, 1, 0, 2);
7777

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

0 commit comments

Comments
 (0)