Skip to content

Commit

Permalink
bumps version to 0.6.4. oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoGer committed Jan 12, 2024
1 parent 8573548 commit 5e61e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CoordinateConverter/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace CoordinateConverter
/// <seealso cref="Form" />
public partial class MainForm : Form
{
private readonly GitHub.Version VERSION = new GitHub.Version(0, 6, 3);
private readonly GitHub.Version VERSION = new GitHub.Version(0, 6, 4);

#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public static readonly Color ERROR_COLOR = Color.Pink;
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.wixproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<PropertyGroup>
<DefineConstants>Version=0.6.3</DefineConstants>
<DefineConstants>Version=0.6.4</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefineConstants>Version=0.6.0</DefineConstants>
Expand Down

0 comments on commit 5e61e09

Please sign in to comment.