diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-03-30 00:02:14 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-03-30 00:04:39 +0200 |
commit | 37676ff51ad91b94513f8120a7206f7ab2d9e692 (patch) | |
tree | c25921eb36fc1d3d1de787a467c6ae715bc09095 | |
parent | 163a77686a40856ccbffdbb7d09f1cf398e24005 (diff) | |
download | NorthstarMods-37676ff51ad91b94513f8120a7206f7ab2d9e692.tar.gz NorthstarMods-37676ff51ad91b94513f8120a7206f7ab2d9e692.zip |
Bump version number
-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 eae1eb94..4748d82e 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.5.0", + "Version": "1.6.0", "LoadPriority": 0, "ConVars": [ { diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 95413788..77fc2a62 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.5.0", + "Version": "1.6.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 172bff11..4ad212c4 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.5.0", + "Version": "1.6.0", "LoadPriority": 0, "ConVars": [ { |