We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137b81f commit 6a6bb89Copy full SHA for 6a6bb89
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>club.bytecode.the</groupId>
8
<artifactId>jda</artifactId>
9
- <version>1.1.0</version>
+ <version>1.1.1</version>
10
11
<repositories>
12
<repository>
src/main/java/club/bytecode/the/jda/JDA.java
@@ -36,7 +36,7 @@
36
37
public class JDA {
38
/*per version*/
39
- public static final String version = "1.1.0";
+ public static final String version = "1.1.1";
40
/* Constants */
41
public static final String ISSUE_TRACKER_URL = "https://github.com/LLVM-but-worse/jda/issues";
42
public static final String fs = System.getProperty("file.separator");
0 commit comments