Skip to content

Commit 6a6bb89

Browse files
committed
Bump version
1 parent 137b81f commit 6a6bb89

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
@@ -6,7 +6,7 @@
66

77
<groupId>club.bytecode.the</groupId>
88
<artifactId>jda</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010

1111
<repositories>
1212
<repository>

src/main/java/club/bytecode/the/jda/JDA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
public class JDA {
3838
/*per version*/
39-
public static final String version = "1.1.0";
39+
public static final String version = "1.1.1";
4040
/* Constants */
4141
public static final String ISSUE_TRACKER_URL = "https://github.com/LLVM-but-worse/jda/issues";
4242
public static final String fs = System.getProperty("file.separator");

0 commit comments

Comments
 (0)