Skip to content

Commit

Permalink
Version to 1.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed May 27, 2017
1 parent 6334cf4 commit 7d671c5
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.1.1-SNAPSHOT</version>
<version>1.1.1</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 @@ -55,7 +55,7 @@
/**
* Spectate in style.
*/
@Plugin(id = "spectastic", name = "Spectastic", version = "1.1.1-SNAPSHOT")
@Plugin(id = "spectastic", name = "Spectastic", version = "1.1.1")
public class Spectastic {
public static final String PERMISSION_SPEC = "spectastic.spec";
public static final Key<Value<String>> PAST_GAME_MODE = KeyFactory.makeSingleKey(TypeToken.of(String.class), new TypeToken<Value<String>>(){}, DataQuery.of("PastGameMode"), "spectastic:past_gamemode", "Spectastic: Past game mode");
Expand Down

0 comments on commit 7d671c5

Please sign in to comment.