From 1f414855874451cc1c7509b93b25a119defcf601 Mon Sep 17 00:00:00 2001 From: Falco Date: Fri, 12 Jan 2024 03:48:18 +0100 Subject: [PATCH] - Bumps version to 0.6.1 --- 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 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