diff options
author | Barichello <artur@barichello.me> | 2022-02-01 19:48:58 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-01 19:48:58 -0300 |
commit | 2a47d06fde260fead9c4dbe6cb204872c42ba317 (patch) | |
tree | f935f4caad163d730e75ecbfce3ddd7b539cbd44 /Northstar.Client | |
parent | c9413ecccf46272febc077d1b318b12e2a137270 (diff) | |
download | NorthstarMods-2a47d06fde260fead9c4dbe6cb204872c42ba317.tar.gz NorthstarMods-2a47d06fde260fead9c4dbe6cb204872c42ba317.zip |
Bump version info to 1.4.0
Diffstat (limited to 'Northstar.Client')
-rw-r--r-- | Northstar.Client/mod.json | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 809a54f6..ce814e90 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", + "Name": "Northstar.Client", + "Description": "Various ui and client changes to fix bugs and add better support for mods", + "Version": "1.4.0", "LoadPriority": 0, "ConVars": [ { @@ -34,11 +34,10 @@ "Path": "ui/menu_ns_modmenu.nut", "RunOn": "UI", "UICallback": { - "Before": "AddNorthstarModMenu", + "Before": "AddNorthstarModMenu", "After": "AddNorthstarModMenu_MainMenuFooter" } }, - { "Path": "ui/menu_ns_serverbrowser.nut", "RunOn": "UI", @@ -46,7 +45,6 @@ "Before": "AddNorthstarServerBrowserMenu" } }, - { "Path": "ui/menu_ns_connect_password.nut", "RunOn": "UI", @@ -54,7 +52,6 @@ "Before": "AddNorthstarConnectWithPasswordMenu" } }, - { "Path": "ui/menu_ns_custom_match_settings_categories.nut", "RunOn": "UI", @@ -74,8 +71,7 @@ "RunOn": "UI" } ], - "Localisation": [ "resource/northstar_client_localisation_%language%.txt" ] -} +}
\ No newline at end of file |