Skip to content

Commit 1f627e0

Browse files
committed
Version to 1.0.0 for release
1 parent 653c763 commit 1f627e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0.0-SNAPSHOT</version>
11+
<version>1.0.0</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
@@ -48,7 +48,7 @@
4848
/**
4949
* Spectate in style.
5050
*/
51-
@Plugin(id = "org.kitteh.spectastic", name = "Spectastic", version = "1.0.0-SNAPSHOT")
51+
@Plugin(id = "org.kitteh.spectastic", name = "Spectastic", version = "1.0.0")
5252
public class Spectastic {
5353
public static final String PERMISSION_SPEC = "spectastic.spec";
5454
public static final Key<Value<String>> PAST_GAMEMODE = KeyFactory.makeSingleKey(String.class, Value.class, DataQuery.of("PastGameMode"));

0 commit comments

Comments
 (0)