Skip to content

Commit a13b429

Browse files
committed
minor issues
nothing to worry bout
1 parent 7352d6e commit a13b429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RSML.CLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ internal class Program
1818
/// <summary>
1919
/// The current version of the API.
2020
/// </summary>
21-
const string PKG_VERSION = "v1.0.4";
21+
const string PKG_VERSION = "v1.0.5";
2222

2323
/// <summary>
2424
/// The color randomizer to use and discard.

RSML/RSML.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
Program.cs > Program > const PKG_VERSION
2525
FOR THE LOVE OF GOD DON'T FORGET
2626
PLEAAAAAAASE -->
27-
<Version>1.0.4</Version>
27+
<Version>1.0.5</Version>
2828

29-
<FileVersion>1.0.0.4</FileVersion>
29+
<FileVersion>1.0.0.5</FileVersion>
3030
<InformationalVersion>$(Version)</InformationalVersion>
3131

3232
<!-- no source revision thank you -->

0 commit comments

Comments
 (0)