Skip to content

Commit

Permalink
Fixed the Steam patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefaro committed Jan 29, 2025
1 parent 3a0da02 commit c6da30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GnollModLoader/GnollModLoader/GnollMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace GnollModLoader
public class GnollMain
{
private const string MAJOR_VERSION = "1";
private const string BUGFIX_VERSION = ".2a";
private const string BUGFIX_VERSION = ".2b";

// for easier validation
public const uint PATCH_VERSION = 14;
Expand Down
10 changes: 5 additions & 5 deletions patch/patchinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"patches": [
{
"version": 14,
"versionString":"1.14.2a",
"versionString":"1.14.2b",
"filename": "Gnoll1.1x_016e6239.xdelta"
}
],
"latestVersion":"1.14.2a"
"latestVersion":"1.14.2b"
},
{
"name": "v1.0 (Steam 2019)",
Expand All @@ -19,10 +19,10 @@
"patches": [
{
"version": 14,
"versionString":"1.14.2a",
"filename": "Gnoll1.1x_016e6239.xdelta"
"versionString":"1.14.2b",
"filename": "Gnoll1.1x_c9f6d4b9.xdelta"
}
],
"latestVersion":"1.14.2a"
"latestVersion":"1.14.2b"
}
]

0 comments on commit c6da30d

Please sign in to comment.