Skip to content

Commit 7d671c5

Browse files
committed
Version to 1.1.1 for release
1 parent 6334cf4 commit 7d671c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>spectastic</artifactId>
99

1010
<name>Spectastic</name>
11-
<version>1.1.1-SNAPSHOT</version>
11+
<version>1.1.1</version>
1212

1313
<url>http://kitteh.org/</url>
1414
<properties>

src/main/java/org/kitteh/spectastic/Spectastic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/**
5656
* Spectate in style.
5757
*/
58-
@Plugin(id = "spectastic", name = "Spectastic", version = "1.1.1-SNAPSHOT")
58+
@Plugin(id = "spectastic", name = "Spectastic", version = "1.1.1")
5959
public class Spectastic {
6060
public static final String PERMISSION_SPEC = "spectastic.spec";
6161
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");

0 commit comments

Comments
 (0)