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