From fac1fd2e96b032311d7befe81e31606706ed0f18 Mon Sep 17 00:00:00 2001 From: Kory33 Date: Mon, 10 Apr 2017 10:00:34 +0200 Subject: [PATCH] update versions --- pom.xml | 4 ++-- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3f62fe0..4f5fec7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 github.kory33 SignVote - 0.0.1-alpha + 0.1.0 SignVote A Bukkit plugin that allows player to vote through signs. @@ -67,4 +67,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c854ad7..13b9daf 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: SignVote -version: 0.0.1-alpha +version: 0.1.0 main: com.github.kory33.signvote.core.SignVote description: A Bukkit plugin that allows player to vote through signs.