diff --git a/mod.json b/mod.json index a3c0074..ee14667 100644 --- a/mod.json +++ b/mod.json @@ -1,7 +1,7 @@ { "Name": "ToneAPI.pulse", "Description": "Displays Tone API kill data in the Stats tab.", - "Version": "1.2.2", + "Version": "2.0.0", "LoadPriority": 1, "ConVars": [ { @@ -14,15 +14,15 @@ }, { "Name": "MajorVersion", - "DefaultValue": "1" + "DefaultValue": "2" }, { "Name": "MinorVersion", - "DefaultValue": "2" + "DefaultValue": "0" }, { "Name": "PatchVersion", - "DefaultValue": "2" + "DefaultValue": "0" } ], "Scripts": [ diff --git a/version.json b/version.json index 1d6e638..d3c0ffc 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "Major": "1", - "Minor": "2", - "Patch": "1" + "Major": "2", + "Minor": "0", + "Patch": "0" } \ No newline at end of file