Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed May 29, 2017
1 parent 2420d16 commit da6c5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ publish {
userOrg = 'fewlaps'
groupId = 'com.fewlaps.abtesting'
artifactId = 'abtesting-android'
publishVersion = '1.0.0'
publishVersion = '1.1.0'
desc = 'A simple ABTesting library for Android'
website = 'https://github.com/Fewlaps/ABTesting'
}
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.fewlaps.abtesting'
version '1.0-SNAPSHOT'
version '1.1.0-SNAPSHOT'

apply plugin: 'kotlin'
apply plugin: 'com.novoda.bintray-release'
Expand Down Expand Up @@ -33,7 +33,7 @@ publish {
userOrg = 'fewlaps'
groupId = 'com.fewlaps.abtesting'
artifactId = 'abtesting-core'
publishVersion = '1.0.0'
publishVersion = '1.1.0'
desc = 'A simple ABTesting library for Java'
website = 'https://github.com/Fewlaps/ABTesting'
}

0 comments on commit da6c5d1

Please sign in to comment.