diff options
author | RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com> | 2023-05-12 00:02:08 +0200 |
---|---|---|
committer | RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com> | 2023-05-12 00:02:08 +0200 |
commit | 71ab870841c4ed048887289e9ad3ed9ff0c25c35 (patch) | |
tree | 516483c9a172cedadfd3716e250c65cc8b4ae910 /Northstar.Client/mod.json | |
parent | dd457ef265f440bbcb4ff6f07bfc76ea1661d40b (diff) | |
parent | d205d4440ffbf0947ca5cf4a2705157ba2d873e2 (diff) | |
download | NorthstarMods-71ab870841c4ed048887289e9ad3ed9ff0c25c35.tar.gz NorthstarMods-71ab870841c4ed048887289e9ad3ed9ff0c25c35.zip |
Merge remote-tracking branch 'upsteam/main' into gamemode_fd
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 3b236980..00b779a4 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -1,8 +1,9 @@ { "Name": "Northstar.Client", "Description": "Various ui and client changes to fix bugs and add better support for mods", - "Version": "1.10.0", + "Version": "1.13.0", "LoadPriority": 0, + "InitScript": "cl_northstar_client_init.nut", "ConVars": [ { "Name": "filter_hide_empty", |