Skip to content

Commit

Permalink
increment bitcoinj version to solve issue 21, project version increme…
Browse files Browse the repository at this point in the history
…nted to 1.17
  • Loading branch information
RCasatta committed Feb 5, 2019
1 parent 18b9fab commit 356c5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Java 1.7+
<dependency>
<groupId>com.eternitywall</groupId>
<artifactId>java-opentimestamps</artifactId>
<version>1.16</version>
<version>1.17</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eternitywall</groupId>
<artifactId>java-opentimestamps</artifactId>
<version>1.16</version>
<version>1.17</version>

<name>java-opentimestamps</name>
<description>The java implementation of the OpenTimestamps protocol</description>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-core</artifactId>
<version>0.13.1</version>
<version>0.14.7</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 356c5a7

Please sign in to comment.