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 12, 2023
1 parent d2d0069 commit 8379bfd
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.3";
public const string ProgramVersion = "1.0.4";

/// <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.3-blue)
![version](https://img.shields.io/badge/Version-1.0.4-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 8379bfd

Please sign in to comment.