Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jul 16, 2018
1 parent 2954b5d commit 8d08a03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
atrium_version = '0.1.0-SNAPSHOT'
ghPages_version = '0.1.0'
atrium_version = '0.2.0'
ghPages_version = '0.2.0'
kbox_version = '0.0.1'
kotlin_version = '1.1.1'
mockito_kotlin_version = '1.0.1'
Expand All @@ -14,6 +14,7 @@ buildscript {

//publish.gradle
bintray_version = '1.7.3'
publish_pkg_name = 'atrium'
publish_vcsUrl = 'https://github.com/robstoll/atrium.git'
}

Expand Down

0 comments on commit 8d08a03

Please sign in to comment.