Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Prepare for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Oct 15, 2014
1 parent 2eb0ca7 commit 0c3f24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/main/java/lighthouse/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class Main extends Application {

// This is an UpdateFX version code. It's incremented monotonically after a new version is released via
// auto update.
public static final int VERSION = 9;
public static final int VERSION = 10;
public static final String APP_NAME = "Lighthouse";
public static final String UPDATES_BASE_URL = "https://www.vinumeris.com/lighthouse/updates";
public static final List<ECPoint> UPDATE_SIGNING_KEYS = Crypto.decode("02A3CDE5D0EDC281637C67AA67C0CB009EA6573E0F101C6E018ACB91393C08C129");
Expand Down
3 changes: 0 additions & 3 deletions client/src/main/resources/update-description.txt
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
Fix a crash in the update control window

This resolves a crash that could occur when selecting updates in the updates window.

0 comments on commit 0c3f24b

Please sign in to comment.