Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcx committed Jun 9, 2019
1 parent 137b81f commit 6a6bb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>club.bytecode.the</groupId>
<artifactId>jda</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/club/bytecode/the/jda/JDA.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

0 comments on commit 6a6bb89

Please sign in to comment.