Skip to content

Commit

Permalink
Update versions for 0.14.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shadders committed Jan 14, 2018
1 parent ce446b5 commit 442593c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>cash.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.5</version>
<version>0.14.5.1</version>
</parent>

<artifactId>bitcoinj-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/VersionMessage.java
Expand Up @@ -80,7 +80,7 @@ public class VersionMessage extends Message {
public boolean relayTxesBeforeFilter;

/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.14.5";
public static final String BITCOINJ_VERSION = "0.14.5.1";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj.cash:" + BITCOINJ_VERSION + "/";

Expand Down
2 changes: 1 addition & 1 deletion docs/Releases.md
@@ -1,4 +1,4 @@
# bitcoinj-cash Release History

* [0.14.5](v0.14.md) - 2017-12-11 - Initial release for Bitcoin Cash
* [0.14.5.1](v0.14.md) - 2017-12-11 - Initial release for Bitcoin Cash

2 changes: 1 addition & 1 deletion docs/v0.14.md
@@ -1,4 +1,4 @@
### Release Notes 0.14.5
### Release Notes 0.14.5.1
Initial release of Bitcoin Cash version of bitcoinj.

Forked from bitcoinj (https://github.com/bitcoinj/bitcoinj), incorporates work from the bitcoincash-wallet bitcoinj (https://github.com/bitcoincash-wallet/bitcoincashj) by HashEngineering.
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cash.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.5</version>
<version>0.14.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion orchid/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cash.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.5</version>
<version>0.14.5.1</version>
</parent>

<artifactId>orchid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>cash.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.5</version>
<version>0.14.5.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cash.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.5</version>
<version>0.14.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wallettemplate/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cash.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.5</version>
<version>0.14.5.1</version>
</parent>

<artifactId>wallettemplate</artifactId>
Expand Down

0 comments on commit 442593c

Please sign in to comment.