Skip to content

Commit

Permalink
1.1.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
MammatusPlatypus committed Apr 15, 2016
1 parent e34bf36 commit b25e28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

ext {
projectVersion = '1.1.0-SNAPSHOT'
projectVersion = '1.1.0.RELEASE'
boonVersion = '0.5.7'
boonGroup = "io.advantageous.boon"
springFrameworkVersion = '4.2.5.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion qbit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ project('core') {
compile "$boonGroup:boon-reflekt:$boonVersion"
compile "$boonGroup:boon-json:$boonVersion"
compile 'org.reactivestreams:reactive-streams:1.0.0'
compile 'io.advantageous:reakt:2.0.0.RELEASE'
compile 'io.advantageous.reakt:reakt:2.1.0.RELEASE'
testCompile project(':qbit:test-support')
}

Expand Down

0 comments on commit b25e28b

Please sign in to comment.