Skip to content

Commit d19737f

Browse files
committed
Bump version number
1 parent d80fc55 commit d19737f

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>groupId</groupId>
88
<artifactId>jda</artifactId>
9-
<version>0.0.3.2-SNAPSHOT</version>
9+
<version>0.0.4</version>
1010

1111
<repositories>
1212
<repository>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class JDA
2525
{
2626
/*per version*/
27-
public static final String version = "0.0.3.2";
27+
public static final String version = "0.0.4";
2828
public static final boolean previewCopy = false;
2929
/* Constants */
3030
public static final String fs = System.getProperty("file.separator");

0 commit comments

Comments
 (0)