From f71255e55b8df48062177bef31acc295c82c8368 Mon Sep 17 00:00:00 2001 From: okvdai <108829133+okvdai@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:10:08 +0200 Subject: [PATCH] Update mod.json Add description, update version number --- mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod.json b/mod.json index cfe7e16..b6ec618 100644 --- a/mod.json +++ b/mod.json @@ -1,7 +1,7 @@ { "Name": "ToneAPI.pulse", - "Description": "placeholder text", - "Version": "0.0.1", + "Description": "Displays Tone API kill data in the Stats tab.", + "Version": "1.0.0", "LoadPriority": 1, "Scripts": [ { @@ -12,4 +12,4 @@ } } ] -} \ No newline at end of file +}