We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80fc55 commit d19737fCopy full SHA for d19737f
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>groupId</groupId>
8
<artifactId>jda</artifactId>
9
- <version>0.0.3.2-SNAPSHOT</version>
+ <version>0.0.4</version>
10
11
<repositories>
12
<repository>
src/main/java/the/bytecode/club/jda/JDA.java
@@ -24,7 +24,7 @@
24
public class JDA
25
{
26
/*per version*/
27
- public static final String version = "0.0.3.2";
+ public static final String version = "0.0.4";
28
public static final boolean previewCopy = false;
29
/* Constants */
30
public static final String fs = System.getProperty("file.separator");
0 commit comments