diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs
index 4153dff..5b74e78 100644
--- a/CoordinateConverter/MainForm.cs
+++ b/CoordinateConverter/MainForm.cs
@@ -20,7 +20,7 @@ namespace CoordinateConverter
///
public partial class MainForm : Form
{
- private readonly GitHub.Version VERSION = new GitHub.Version(0, 6, 0);
+ private readonly GitHub.Version VERSION = new GitHub.Version(0, 6, 1);
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public static readonly Color ERROR_COLOR = Color.Pink;
diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj
index 480206b..623b0f5 100644
--- a/Installer/Installer.wixproj
+++ b/Installer/Installer.wixproj
@@ -1,6 +1,6 @@
- Version=0.6.0
+ Version=0.6.1
Version=0.6.0