Skip to content

Commit

Permalink
Patch version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefaro committed Aug 29, 2023
1 parent 5e52c6a commit 06f0360
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Installer/InstallerCore/InstallerCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace InstallerCore
{
public class InstallerCore
{
public static readonly String GNOLL_VERSION = "v1.13.1";
public static readonly String GNOLL_VERSION = "v1.14";

private static readonly Logger _log = Logger.GetLogger;
private static readonly string _modLoaderFile = "GnollModLoader.dll";
Expand Down
26 changes: 0 additions & 26 deletions Installer/InstallerCore/Payloads/patchinfo.json

This file was deleted.

2 changes: 1 addition & 1 deletion gnomodkit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

print('gnomodkit vG1.14 -- https://github.com/Nefaro/gnoll')
print('gnomodkit v1.14 -- https://github.com/Nefaro/gnoll')
print()

import argparse
Expand Down
File renamed without changes.
File renamed without changes.
30 changes: 20 additions & 10 deletions patch/patchinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,35 @@
"patches": [
{
"version": 9,
"versionString":"G1.9",
"versionString":"1.9",
"filename": "Gnoll1.0x_016e6239.xdelta"
},
{
"version": 10,
"versionString":"G1.10",
"versionString":"1.10",
"filename": "Gnoll1.0x_016e6239.xdelta"
},
{
"version": 11,
"versionString":"G1.11",
"versionString":"1.11",
"filename": "Gnoll1.0x_016e6239.xdelta"
},
{
"version": 12,
"versionString":"G1.12",
"versionString":"1.12",
"filename": "Gnoll1.0x_016e6239.xdelta"
},
{
"version": 13,
"versionString":"G1.13.1",
"filename": "Gnoll1.13.1_016e6239.xdelta"
"versionString":"1.13.1",
"filename": "Gnoll1.1x_016e6239.xdelta"
},
{
"version": 14,
"versionString":"1.13.1",
"filename": "Gnoll1.1x_016e6239.xdelta"
}],
"latestVersion":"G1.13.1"
"latestVersion":"1.14"
},
{
"name": "v1.0 (Steam 2019)",
Expand Down Expand Up @@ -68,9 +73,14 @@
{
"version": 13,
"versionString":"G1.13",
"filename": "Gnoll1.13_c9f6d4b9.xdelta"
}
"filename": "Gnoll1.1x_c9f6d4b9.xdelta"
},
{
"version": 14,
"versionString":"1.14",
"filename": "Gnoll1.1x_c9f6d4b9.xdelta"
}
],
"latestVersion":"G1.13"
"latestVersion":"G1.14"
}
]

0 comments on commit 06f0360

Please sign in to comment.