From 8379bfdb61023f41630510ac69b9bb8b66a6b611 Mon Sep 17 00:00:00 2001 From: Dinopony Date: Thu, 12 Oct 2023 22:35:46 +0200 Subject: [PATCH] Changed version number --- HintMachine/Globals.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HintMachine/Globals.cs b/HintMachine/Globals.cs index be5f1e1..1767a2b 100644 --- a/HintMachine/Globals.cs +++ b/HintMachine/Globals.cs @@ -9,7 +9,7 @@ namespace HintMachine internal static class Globals { public const string ProgramName = "HintMachine"; - public const string ProgramVersion = "1.0.3"; + public const string ProgramVersion = "1.0.4"; /// /// The duration of a "tick" where the current game connector (if any) watches the game once, in milliseconds diff --git a/README.md b/README.md index 189e420..29dcc75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/Version-1.0.3-blue) +![version](https://img.shields.io/badge/Version-1.0.4-blue)

HintMachine logo