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

Commit

Permalink
bump version, add change log file with reference to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Jun 23, 2015
1 parent 4724079 commit 2ef7205
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Change Log #

See [Releases](https://github.com/novoda/bintray-release/releases) for all versions and change log.
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.11'
classpath 'com.novoda:bintray-release:0.3'
}
}
```
Expand All @@ -36,7 +36,7 @@ publish {
userOrg = 'novoda'
groupId = 'com.novoda'
artifactId = 'bintray-release'
publishVersion = '0.2.11'
publishVersion = '0.3'
desc = '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.11"
version = "0.3"
}

0 comments on commit 2ef7205

Please sign in to comment.