From 11c2c7bfaa2f1e3721e40863c815398acb301ec5 Mon Sep 17 00:00:00 2001 From: Dinopony Date: Fri, 13 Oct 2023 23:37:52 +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 dd303ae..b499e87 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.4"; + public const string ProgramVersion = "1.0.5"; /// /// 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 29dcc75..524aa27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/Version-1.0.4-blue) +![version](https://img.shields.io/badge/Version-1.0.5-blue)

HintMachine logo