Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
becast committed May 24, 2016
1 parent 3ec6644 commit a957183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/at/becast/youploader/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class Main {
public static boolean debug = false;
public static final String DB_FILE = System.getProperty("user.home") + "/YouPloader/data/data.db";
public static final String APP_NAME = "YouPloader";
public static final String VERSION = "0.7a";
public static final int DB_VERSION = 6;
public static final String VERSION = "0.7";
public static final int DB_VERSION = 7;
private static final ResourceBundle LANG = UTF8ResourceBundle.getBundle("lang", Locale.getDefault());
public static Settings s;
public static Boolean firstlaunch = false;
Expand Down

0 comments on commit a957183

Please sign in to comment.