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 ecafc23 commit 3dd4290Copy full SHA for 3dd4290
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>groupId</groupId>
8
<artifactId>jda</artifactId>
9
- <version>0.0.4</version>
+ <version>0.0.5</version>
10
11
<repositories>
12
<repository>
src/main/java/the/bytecode/club/jda/JDA.java
@@ -28,7 +28,7 @@
28
29
public class JDA {
30
/*per version*/
31
- public static final String version = "0.0.4";
+ public static final String version = "0.0.5";
32
public static final boolean previewCopy = false;
33
/* Constants */
34
public static final String fs = System.getProperty("file.separator");
0 commit comments