Skip to content

Commit

Permalink
Prepare Release v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 4, 2022
1 parent c182471 commit b9fac71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
A high-level view of the changes in each ConsensusJ binary release.


== v0.6.4-SNAPSHOT
== v0.6.4

Released: Under-development
Released: 2022-10-04

=== cj-btc-jsonrpc

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= ConsensusJ
Sean Gilligan <https://github.com/msgilligan>
v0.6.3
v0.6.4
:description: ConsensusJ README document.
:consensusj-version: 0.6.3
:consensusj-version: 0.6.4
:bitcoinj-version: 0.16.1
:bitcoinj-apidoc: https://bitcoinj.org/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.6.4-SNAPSHOT
moduleVersion=0.6.4
extensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoinj.dsl.groovy.categories.NumberCategory
staticExtensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.StaticECKeyExtension
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.6.4-SNAPSHOT
consensusjVersion = 0.6.4

# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
bitcoinjGroup = org.bitcoinj
Expand Down

0 comments on commit b9fac71

Please sign in to comment.