Skip to content

Commit 3c1adce

Browse files
committed
Updated GitHub repository. Updated all dependencies. Moved server versioning checks to separate class. Removed deprecated ClansStorageUtil.java class. Removed deprecated UserMapStorageUtil.java class. Change plugin version to 1.6.1. Changed plugin API version to 1.6.1.
1 parent f8aa470 commit 3c1adce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.loving11ish</groupId>
88
<artifactId>ClansLite-API</artifactId>
9-
<version>1.6.1-BETA-01</version>
9+
<version>1.6.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ClansLite-API</name>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.jetbrains</groupId>
9797
<artifactId>annotations</artifactId>
98-
<version>26.0.2</version>
98+
<version>26.0.2-1</version>
9999
<scope>provided</scope>
100100
</dependency>
101101

0 commit comments

Comments
 (0)