Skip to content

Commit

Permalink
update version string to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moondoggo committed Apr 6, 2018
1 parent 9a34e52 commit 57f9124
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.google</groupId>
<artifactId>dimecoinj-parent</artifactId>
<version>0.12-SNAPSHOT</version>
<version>0.12.2</version>
</parent>

<artifactId>dimecoinj</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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.12-SNAPSHOT";
public static final String BITCOINJ_VERSION = "0.12.2";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/"+CoinDefinition.coinName+"J:" + BITCOINJ_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.google</groupId>
<artifactId>dimecoinj-parent</artifactId>
<version>0.12-SNAPSHOT</version>
<version>0.12.2</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 @@ -4,7 +4,7 @@

<groupId>com.google</groupId>
<artifactId>dimecoinj-parent</artifactId>
<version>0.12-SNAPSHOT</version>
<version>0.12.2</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 @@ -22,7 +22,7 @@
<groupId>com.google</groupId>

<artifactId>dimecoinj-parent</artifactId>
<version>0.12-SNAPSHOT</version>
<version>0.12.2</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 57f9124

Please sign in to comment.