Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #36 from novoda/MAINTAIN/prepare_0_2_9
Browse files Browse the repository at this point in the history
prepare for version 0.2.9
  • Loading branch information
blundell committed Apr 8, 2015
2 parents 7ca772a + 253b8db commit 32db9c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.2.7'
classpath 'com.novoda:bintray-release:0.2.9'
}
}
```
Expand All @@ -36,7 +36,7 @@ publish {
userOrg = 'novoda'
groupId = 'com.novoda'
artifactId = 'bintray-release'
version = '0.2.8'
version = '0.2.9'
description = 'Oh hi, this is a nice description for a project, right?'
website = 'https://github.com/novoda/bintray-release'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
allprojects {
version = "0.2.8"
version = "0.2.9"
}

0 comments on commit 32db9c1

Please sign in to comment.