Skip to content

Commit

Permalink
Version to 1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Mar 11, 2016
1 parent 653c763 commit 1f627e0
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 @@ -8,7 +8,7 @@
<artifactId>spectastic</artifactId>

<name>Spectastic</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<url>http://kitteh.org/</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/kitteh/spectastic/Spectastic.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/**
* Spectate in style.
*/
@Plugin(id = "org.kitteh.spectastic", name = "Spectastic", version = "1.0.0-SNAPSHOT")
@Plugin(id = "org.kitteh.spectastic", name = "Spectastic", version = "1.0.0")
public class Spectastic {
public static final String PERMISSION_SPEC = "spectastic.spec";
public static final Key<Value<String>> PAST_GAMEMODE = KeyFactory.makeSingleKey(String.class, Value.class, DataQuery.of("PastGameMode"));
Expand Down

0 comments on commit 1f627e0

Please sign in to comment.