Skip to content

Commit

Permalink
change version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Apr 12, 2017
1 parent 5b0b5b0 commit 4cc7649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1.0</version>
<version>0.2.0</version>
<name>SignVote</name>
<description>A Bukkit plugin that allows player to vote through signs.</description>

Expand Down
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.1.0
version: 0.2.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 4cc7649

Please sign in to comment.