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 1b62d6f commit cc77ec3Copy full SHA for cc77ec3
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>dev.hypera</groupId>
24
<artifactId>UpdateLib</artifactId>
25
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
26
<packaging>jar</packaging>
27
28
<name>UpdateLib</name>
src/main/java/dev/hypera/updatelib/UpdateLib.java
@@ -27,7 +27,7 @@
public class UpdateLib {
29
30
- private final static String VERSION = "3.0.0-SNAPSHOT"; // Current UpdateLib version.
+ private final static String VERSION = "3.1.0-SNAPSHOT"; // Current UpdateLib version.
31
32
private final long resourceId;
33
private final String currentVersion;
0 commit comments