Skip to content

Commit 7b0ff5a

Browse files
committed
Change version to 0.1.0.3, update changelog
1 parent be58377 commit 7b0ff5a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
----- Version 0.1.0.2 (beta) - June 20, 2021 -----
1+
----- Version 0.1.0.3 (beta) - June 21, 2021 -----
2+
• Fix bug where the tileset would not show the selection border
3+
4+
5+
----- Version 0.1.0.2 (beta) - June 20, 2021 -----
26
• Add camera zoom box and buttons to editor panel
37
• Show a border around the currently selected tiles
48
• Allow selected tiles to be cleared with the DEL key

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>9</LangVersion>
99
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
10-
<Version>0.1.0.2</Version>
10+
<Version>0.1.0.3</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
@@ -73,7 +73,7 @@ public AppViewModel()
7373
/// <summary>
7474
/// The current app version
7575
/// </summary>
76-
public Version CurrentAppVersion => new Version(0, 1, 0, 2);
76+
public Version CurrentAppVersion => new Version(0, 1, 0, 3);
7777

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

0 commit comments

Comments
 (0)