Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rcx committed Apr 30, 2017
1 parent ecafc23 commit 3dd4290
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>groupId</groupId>
<artifactId>jda</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>

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

public class JDA {
/*per version*/
public static final String version = "0.0.4";
public static final String version = "0.0.5";
public static final boolean previewCopy = false;
/* Constants */
public static final String fs = System.getProperty("file.separator");
Expand Down

0 comments on commit 3dd4290

Please sign in to comment.