diff options
author | Barichello <artur@barichello.me> | 2022-02-11 18:35:28 -0300 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-02-14 22:39:29 +0100 |
commit | c09d11e0689618ab35ef50a90e86202a89bf26b6 (patch) | |
tree | e4cb4321f77812b5b460c236fcdb21e43043a49d | |
parent | 7845752b730c5c2c9e2cb84f2fd5eff7fa7b8571 (diff) | |
download | NorthstarMods-c09d11e0689618ab35ef50a90e86202a89bf26b6.tar.gz NorthstarMods-c09d11e0689618ab35ef50a90e86202a89bf26b6.zip |
Update version info
-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 ce814e90..ec6a2f77 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.4.0", + "Version": "1.5.0", "LoadPriority": 0, "ConVars": [ { diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 9052a9ee..95413788 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.4.0", + "Version": "1.5.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index c9bdd6c9..9388b16f 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.4.0", + "Version": "1.5.0", "LoadPriority": 0, "ConVars": [ { |