Skip to content

Commit

Permalink
Update version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed May 20, 2018
1 parent 30a9561 commit d49d4bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.matthewmitchell</groupId>
<artifactId>peercoinj-parent</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
</parent>

<artifactId>peercoinj</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class VersionMessage extends Message {
public boolean relayTxesBeforeFilter;

/** The version of this library release, as a string. */
public static final String PEERCOINJ_VERSION = "0.13.0";
public static final String PEERCOINJ_VERSION = "0.13.1";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/PeercoinJ:" + PEERCOINJ_VERSION + "/";

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.matthewmitchell</groupId>
<artifactId>peercoinj-parent</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion orchid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.matthewmitchell</groupId>
<artifactId>peercoinj-parent</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
</parent>

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

<groupId>com.matthewmitchell</groupId>
<artifactId>peercoinj-parent</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.matthewmitchell</groupId>
<artifactId>peercoinj-parent</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d49d4bb

Please sign in to comment.