Skip to content

Commit

Permalink
UpdateLib 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Apr 15, 2021
1 parent 5c05bfb commit 2a20cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>dev.hypera</groupId>
<artifactId>UpdateLib</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>jar</packaging>

<name>UpdateLib</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/hypera/updatelib/internal/UpdateLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class UpdateLib {

private final static String version = "2.1.1-SNAPSHOT";
private final static String version = "2.1.1";

private final long resourceId;
private final String currentVersion;
Expand Down

0 comments on commit 2a20cea

Please sign in to comment.