From 5e61e098f0ae1a89c503c1ac8b74b6bc1b1aaa0a Mon Sep 17 00:00:00 2001 From: Falco Date: Fri, 12 Jan 2024 07:18:20 +0100 Subject: [PATCH] bumps version to 0.6.4. oops. --- CoordinateConverter/MainForm.cs | 2 +- Installer/Installer.wixproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs index 741a4ab..9bad20c 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, 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; diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj index bc24341..6f0a807 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -1,6 +1,6 @@  - Version=0.6.3 + Version=0.6.4 Version=0.6.0