Skip to content

Commit

Permalink
next release version: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abika committed Jul 14, 2015
1 parent 18e0a14 commit 3a44d02
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 @@ -48,7 +48,7 @@
public final class Kontalk {
private final static Logger LOGGER = Logger.getLogger(Kontalk.class.getName());

public final static String VERSION = "3.0";
public final static String VERSION = "3.0.1";
public final static String RES_PATH = "res/";
private final static String CONFIG_DIR;

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"
!define VERSION "3.0.1"
!define JARNAME "KontalkDesktopApp.jar"
!define WEBSITE "kontalk.org"
!define ICON "kontalk.ico"
Expand Down

0 comments on commit 3a44d02

Please sign in to comment.