Skip to content

Commit

Permalink
Prepare release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bhurling committed Apr 14, 2015
1 parent 7445eea commit 9d22504
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**1.0.4 - 2015-04-14**

* Bootstrap and upload promo video urls - #60

**1.0.3 - 2015-04-13**

* Defer retrieval of applicationId to task execution - #54
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
dependencies {
// ...
classpath 'com.github.triplet.gradle:play-publisher:1.0.3'
classpath 'com.github.triplet.gradle:play-publisher:1.0.4'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.4-SNAPSHOT
VERSION_NAME=1.0.4
GROUP=com.github.triplet.gradle

POM_DESCRIPTION=Gradle Plugin to upload release APKs to the Google Play Store
Expand Down

0 comments on commit 9d22504

Please sign in to comment.