diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-04 12:43:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 12:43:55 +0200 |
commit | e719d304d20f5f50948a6681b5f4088bbccd2b5d (patch) | |
tree | 0984961e2b529c2d4a2134a70def25d675881bd4 | |
parent | 1226f7599fdfe63a08ee0fbc2b0e3e296f38f2da (diff) | |
download | NorthstarMods-e719d304d20f5f50948a6681b5f4088bbccd2b5d.tar.gz NorthstarMods-e719d304d20f5f50948a6681b5f4088bbccd2b5d.zip |
Bump mods version to `1.19.0` (#732)
-rw-r--r-- | Northstar.Client/mod.json | 2 | ||||
-rw-r--r-- | Northstar.Custom/mod.json | 2 | ||||
-rw-r--r-- | Northstar.CustomServers/mod.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 8040c14c..7d695a4b 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -1,7 +1,7 @@ { "Name": "Northstar.Client", "Description": "Various ui and client changes to fix bugs and add better support for mods", - "Version": "1.16.0", + "Version": "1.19.0", "LoadPriority": 0, "InitScript": "cl_northstar_client_init.nut", "ConVars": [ diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 22f9c45f..93f371bd 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -1,7 +1,7 @@ { "Name": "Northstar.Custom", "Description": "Custom content for Northstar: extra weapons, gamemodes, etc.", - "Version": "1.16.0", + "Version": "1.19.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 8f5508c8..e6f2c4b7 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -1,7 +1,7 @@ { "Name": "Northstar.CustomServers", "Description": "Attempts to recreate the behaviour of vanilla Titanfall 2 servers, as well as changing some scripts to allow better support for mods", - "Version": "1.16.0", + "Version": "1.19.0", "LoadPriority": 0, "ConVars": [ { |