From 32bd3325061ecc16c2a04fc05128589aaf9b98ce Mon Sep 17 00:00:00 2001 From: Falco Date: Wed, 22 May 2024 20:25:14 +0200 Subject: [PATCH] - Bump version 0.9.2 --- CoordinateConverter/MainForm.cs | 2 +- Installer/Installer.wixproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs index 17e3556..d1a8841 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, 9, 1); + private readonly GitHub.Version VERSION = new GitHub.Version(0, 9, 2); #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 b4b3d74..dee683b 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -1,9 +1,9 @@  - Version=0.9.1 + Version=0.9.2 - Version=0.9.1 + Version=0.9.2