From d9076445082f4ae80931ad384afaf08368059124 Mon Sep 17 00:00:00 2001 From: gregf36665 Date: Sun, 22 Sep 2024 13:18:24 +0100 Subject: [PATCH] Increase version number to 1.1 --- .../src/main/kotlin/SlayerTrackerPlugin/plugin.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.properties b/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.properties index 18af559..ca7efb5 100644 --- a/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.properties +++ b/plugin-playground/src/main/kotlin/SlayerTrackerPlugin/plugin.properties @@ -1,3 +1,3 @@ -AUTHOR='Ceikry' +AUTHOR='Ceikry, Greg' DESCRIPTION='Draws a simple slayer task tracker onto the screen if one is active.' -VERSION=1.0 \ No newline at end of file +VERSION=1.1 \ No newline at end of file