From ac4ba789cc08d46b25742bc0a664ab815e9fd603 Mon Sep 17 00:00:00 2001 From: motz0815 Date: Mon, 14 Jun 2021 16:33:33 +0200 Subject: [PATCH] Bump version number --- build.gradle | 2 +- src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d62f771..49d73f7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { mainClassName = "xyz.motz.randomizer.main.Randomizer" -version = "2.0.0-SNAPSHOT" +version = "2.0.1" sourceCompatibility = 11 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c277abd..b634009 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: Randomizer main: xyz.motz.randomizer.main.Randomizer author: motz0815 -version: 2.0.0 +version: 2.0.1 api-version: 1.13 website: "https://www.spigotmc.org/resources/randomizer-1-13-1-17-x.77069/" \ No newline at end of file