Bump version number
This commit is contained in:
@@ -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
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Major": "1",
|
"Major": "2",
|
||||||
"Minor": "2",
|
"Minor": "0",
|
||||||
"Patch": "1"
|
"Patch": "0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user