Skip to content

Commit

Permalink
Mark 0.9.19 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdupre committed Aug 31, 2018
1 parent 1facbc7 commit 79479b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a simple scala library which implements most of the bitcoin cash protoco
* base58 encoding/decoding
* block headers, block and tx parsing
* tx creation, signature and verification
* script parsing and execution (including OP codes added on the May 15 2018 fork)
* script parsing and execution (including OP codes added on the May 15 2018 fork and OP_CHECKDATASIG)
* pay to public key tx
* pay to script tx / multisig tx
* BIP 32 (deterministic wallets)
Expand All @@ -35,7 +35,7 @@ Our goal is not to re-implement a full Bitcoin Cash node but to build a library
* releases and milestones are pushed to maven central

```scala
libraryDependencies += "com.alexdupre" %% "bitcoincash-lib" % "0.9.18"
libraryDependencies += "com.alexdupre" %% "bitcoincash-lib" % "0.9.19"
```

The latest released version is 0.9.18
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.alexdupre"

name := "bitcoincash-lib"

version := "0.9.19-SNAPSHOT"
version := "0.9.19"

crossScalaVersions := Seq("2.11.12", "2.12.6")

Expand Down

0 comments on commit 79479b2

Please # to comment.