Skip to content

Commit 7bf7e22

Browse files
committed
Bump version (before I forget)
1 parent d406353 commit 7bf7e22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mapleir/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>club.bytecode.the</groupId>
7070
<artifactId>jda</artifactId>
71-
<version>1.0.0</version>
71+
<version>1.1.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.mapleir</groupId>

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.0.0</version>
9+
<version>1.1.0</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
@@ -30,7 +30,7 @@
3030

3131
public class JDA {
3232
/*per version*/
33-
public static final String version = "1.0.0";
33+
public static final String version = "1.1.0";
3434
public static final boolean previewCopy = false;
3535
/* Constants */
3636
public static final String fs = System.getProperty("file.separator");

0 commit comments

Comments
 (0)