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

Commit

Permalink
Start version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Jan 13, 2015
1 parent 60615a9 commit 9793301
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.vinumeris.lighthouse</groupId>
<version>0.19-SNAPSHOT</version>
<version>0.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -58,7 +58,7 @@ public class Main extends Application {
public static final String APP_NAME = "Crowdfunding App";

// UpdateFX stuff. Version is incremented monotonically after a new version is released.
public static final int VERSION = 19;
public static final int VERSION = 20;
// No online updates URL for "Crowdfunding App".
@Nullable public static final String UPDATES_BASE_URL = null;
public static final List<ECPoint> UPDATE_SIGNING_KEYS = Crypto.decode(
Expand Down
16 changes: 0 additions & 16 deletions client/src/main/resources/update-description.txt
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
Prepare for beta

This update switches Lighthouse to the main network. After this update all previous projects will disappear, along with your testnet balance. You can get it back by running the program with --net=test as a command line parameter. However previous pledges will no longer load.

The server now supports JSON, XML and HTML formatted output.

More decentralisation: Lighthouse now uses any two Bitcoin XT nodes instead of hard coded nodes.

The contact email address required in pledges is now private (for server assisted projects only) and a new optional name field has been added, so you can control how you appear in the pledge list.

The vinumeris.com server is now filled in by default and instructions for where to email the project are provided after saving it.

File associations now work on Windows and MacOS, for people who redownload and reinstall the app.

Many bug fixes, especially on Windows.

2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.vinumeris.lighthouse</groupId>
<version>0.19-SNAPSHOT</version>
<version>0.20-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 @@ -5,7 +5,7 @@
<groupId>com.vinumeris.lighthouse</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.19-SNAPSHOT</version>
<version>0.20-SNAPSHOT</version>

<scm>
<connection>scm:git:https://github.com/vinumeris/lighthouse</connection>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.vinumeris.lighthouse</groupId>
<version>0.19-SNAPSHOT</version>
<version>0.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 9793301

Please sign in to comment.