diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-24 00:34:47 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-24 00:34:47 +0000 |
commit | 0fa8c57650daa9351f4cc4a153f7642001c7ce05 (patch) | |
tree | 3cb0025a54c76d9738ab654d65d1d8bb1c5d98ee /Northstar.Client/mod.json | |
parent | fb32cb1b780c1169a834c951bc0c928199a2b59e (diff) | |
download | NorthstarMods-0fa8c57650daa9351f4cc4a153f7642001c7ce05.tar.gz NorthstarMods-0fa8c57650daa9351f4cc4a153f7642001c7ce05.zip |
last minute changes before release probably
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 1edf2ba1..ac1e0951 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", "LoadPriority": 0, // ui inits need to happen before so our init callbacks get called |