From 1b914dc5cf48247d3817f39cfbea55c394b50c42 Mon Sep 17 00:00:00 2001 From: okvdai <108829133+okvdai@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:08:37 +0200 Subject: [PATCH] Bump version number --- mod.json | 8 ++++---- version.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) 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