Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinopony committed Oct 13, 2023
1 parent d21f7f9 commit 11c2c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HintMachine/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// The duration of a "tick" where the current game connector (if any) watches the game once, in milliseconds
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<p align="center">
<img src="https://github.com/CalDrac/hintMachine/blob/master/HintMachine/Assets/logo_small.png?raw=true" alt="HintMachine logo"/>
Expand Down

0 comments on commit 11c2c7b

Please sign in to comment.