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

Commit

Permalink
Start v15
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Dec 2, 2014
1 parent 0cdb0d3 commit f2e2c89
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.vinumeris.lighthouse</groupId>
<version>0.14-SNAPSHOT</version>
<version>0.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.vinumeris.lighthouse</groupId>
<artifactId>common</artifactId>
<version>0.14-SNAPSHOT</version>
<version>0.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.jensd</groupId>
Expand Down
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 @@ -76,7 +76,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 = 14;
public static final int VERSION = 15;
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: 1 addition & 2 deletions client/src/main/resources/update-description.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Project details, pledge CSV export, bug fixes, graphics improvements.
This update adds a new details window to the project view where you can see the project output addresses, signing key and so on. It also allows you to export pledge data to a CSV file so you can work with them using other tools, it brings back the blurred background, fixes some bugs and adds a crash report upload feature. This should be the last update before switching to the main network.
Bug fixes
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.vinumeris.lighthouse</groupId>
<version>0.14-SNAPSHOT</version>
<version>0.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vinumeris.lighthouse</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.14-SNAPSHOT</version>
<version>0.15-SNAPSHOT</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.vinumeris.lighthouse</groupId>
<version>0.14-SNAPSHOT</version>
<version>0.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.vinumeris.lighthouse</groupId>
<artifactId>common</artifactId>
<version>0.14-SNAPSHOT</version>
<version>0.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
Expand Down

0 comments on commit f2e2c89

Please sign in to comment.