Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Apr 10, 2017
1 parent 67e4edb commit fac1fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>github.kory33</groupId>
<artifactId>SignVote</artifactId>
<version>0.0.1-alpha</version>
<version>0.1.0</version>
<name>SignVote</name>
<description>A Bukkit plugin that allows player to vote through signs.</description>

Expand Down Expand Up @@ -67,4 +67,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit fac1fd2

Please sign in to comment.