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 90ab588 commit cbdad6eCopy full SHA for cbdad6e
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>groupId</groupId>
8
<artifactId>jda</artifactId>
9
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</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.1";
+ public static final String version = "0.0.2";
28
public static final boolean previewCopy = false;
29
/* Constants */
30
public static final String fs = System.getProperty("file.separator");
0 commit comments