Skip to content

Commit

Permalink
Set versions for OmniJ 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 28, 2016
1 parent e4dd5d4 commit f617e49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= OmniJ Project
Sean Gilligan <https://github.com/msgilligan>
v0.3.7
v0.4.0
:description: OmniJ README document.
:omnij-version: 0.3.7
:omnij-version: 0.4.0

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'groovy'

version = '0.4.0-SNAPSHOT'
version = '0.4.0'
group = 'foundation.omni'

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.4.0-SNAPSHOT
moduleVersion=0.4.0
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit f617e49

Please sign in to comment.