diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-06-01 22:30:55 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-06-01 22:30:55 +0200 |
commit | 37ca534fbbb51a26af2b9bdd99f4d9ccd0753f69 (patch) | |
tree | 31fc5a0a169deb9540d41c7a3df38926a8b9ac32 | |
parent | c6b59dc449f4a39247b65d7800d04057f2f26be6 (diff) | |
download | NorthstarMods-37ca534fbbb51a26af2b9bdd99f4d9ccd0753f69.tar.gz NorthstarMods-37ca534fbbb51a26af2b9bdd99f4d9ccd0753f69.zip |
Bump version numberv1.8.0
-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 100681d2..191097e9 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.7.0", + "Version": "1.8.0", "LoadPriority": 0, "ConVars": [ { diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 67bc321f..ee1df090 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.7.0", + "Version": "1.8.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 8a4a0785..61aebc11 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.7.0", + "Version": "1.8.0", "LoadPriority": 0, "ConVars": [ { |