Skip to content

Commit

Permalink
next release version: 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abika committed May 5, 2016
1 parent b8976b5 commit 59ea509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/kontalk/Kontalk.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
public final class Kontalk {
private static final Logger LOGGER = Logger.getLogger(Kontalk.class.getName());

public static final String VERSION = "3.0.4";
public static final String VERSION = "3.1";

private final Path mAppDir;
private ServerSocket mRunLock = null;
Expand Down
2 changes: 1 addition & 1 deletion win_installer/create_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;Defines

!define APPNAME "Kontalk Desktop Client"
!define VERSION "3.0.4"
!define VERSION "3.1"
!define JARNAME "KontalkDesktopApp.jar"
!define WEBSITE "kontalk.org"
!define ICON "kontalk.ico"
Expand Down

0 comments on commit 59ea509

Please sign in to comment.