Bump version number

This commit is contained in:
okvdai
2023-06-02 11:08:37 +02:00
parent 413d9f6cf3
commit 1b914dc5cf
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"Name": "ToneAPI.pulse", "Name": "ToneAPI.pulse",
"Description": "Displays Tone API kill data in the Stats tab.", "Description": "Displays Tone API kill data in the Stats tab.",
"Version": "1.2.2", "Version": "2.0.0",
"LoadPriority": 1, "LoadPriority": 1,
"ConVars": [ "ConVars": [
{ {
@@ -14,15 +14,15 @@
}, },
{ {
"Name": "MajorVersion", "Name": "MajorVersion",
"DefaultValue": "1" "DefaultValue": "2"
}, },
{ {
"Name": "MinorVersion", "Name": "MinorVersion",
"DefaultValue": "2" "DefaultValue": "0"
}, },
{ {
"Name": "PatchVersion", "Name": "PatchVersion",
"DefaultValue": "2" "DefaultValue": "0"
} }
], ],
"Scripts": [ "Scripts": [
+3 -3
View File
@@ -1,5 +1,5 @@
{ {
"Major": "1", "Major": "2",
"Minor": "2", "Minor": "0",
"Patch": "1" "Patch": "0"
} }