Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Jun 20, 2021
1 parent 68d3477 commit f420260
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 @@ -3,7 +3,7 @@

<groupId>com.songoda</groupId>
<artifactId>serverjars</artifactId>
<version>2</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/songoda/serverjars/UpdateChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class UpdateChecker {
private static final String DOWNLOAD_URL = "https://github.com/" + GITHUB_PROJECT;

// TODO: Parse app version
private static final String APP_VERSION = "3.0.0-DEV";
private static final String APP_VERSION = "3.0.0";

public UpdateChecker(Config cfg) {
if (cfg.isUpdateAvailable() &&
Expand Down

0 comments on commit f420260

Please sign in to comment.