diff options
author | Barichello <artur@barichello.me> | 2022-02-10 20:45:45 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-10 20:45:45 -0300 |
commit | 755412c924ef2016b1c84328a1bb9f97eb3edad6 (patch) | |
tree | db46848622758981e3b20552430b41018f30335f | |
parent | cf2b7f01a849164048a10ac441caf4f8115a1129 (diff) | |
download | NorthstarMods-755412c924ef2016b1c84328a1bb9f97eb3edad6.tar.gz NorthstarMods-755412c924ef2016b1c84328a1bb9f97eb3edad6.zip |
Update 1.4.2 version fields
-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 fbaf1203..de902ce0 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.0.0", + "Version": "1.4.2", "LoadPriority": 0, "ConVars": [ { diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index d6c54033..3be2f4aa 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -1,7 +1,7 @@ { "Name" : "Northstar.Custom", "Description": "(ideally) Polished custom content for Northstar", - "Version": "1.1.0", + "Version": "1.4.2", "LoadPriority": 1, "RequiredOnClient": true, diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 28a08868..be8102ea 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.0.0", + "Version": "1.4.2", "LoadPriority": 0, "ConVars": [ |