Skip to content

Commit

Permalink
Back to 0.7.0-SNAPSHOT (start work on -alpha2)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 19, 2023
1 parent fb36e9d commit 3b0f940
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Released: Forthcoming

The 0.7.0 release of **OmniJ** will require the forthcoming **ConsensusJ** 0.7.0 and **bitcoinj** v0.17 (currently in alpha release.) There will likely be multiple alpha releases of OmniJ and ConsensusJ as bitcoinj is updated.

== v0.7.0-SNAPSHOT

Released: Forthcoming


== v0.7.0-alpha1

Released: 2023.07.13
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
omnijVersion = 0.7.0-alpha1
omnijVersion = 0.7.0-SNAPSHOT

useMavenLocal = false

bitcoinjVersion = 0.17-alpha1
bitcoinjVersion = 0.17-alpha
consensusjVersion = 0.7.0-alpha1
slf4jVersion = 2.0.7
groovyVersion = 4.0.13
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.7.0-alpha1
moduleVersion=0.7.0-SNAPSHOT
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 3b0f940

Please sign in to comment.