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

Commit

Permalink
Increase version to 1.6.1 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Rigau committed Jul 7, 2016
1 parent a8b94d2 commit 1689b8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.6.1
- Task to enable/disable system animations. [#96 by Said Tahsin Dane](https://github.com/novoda/gradle-android-command-plugin/pull/96)

# 1.6.0
- Make the "start" task not depend on "install" [#83 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/83)
- Minor formatting / wording improvements [#84 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/84)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-android-command-plugin:1.6.0'
classpath 'com.novoda:gradle-android-command-plugin:1.6.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle-android-command-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
}

group = 'com.novoda'
version = '1.6.0'
version = '1.6.1'

ext {
sourceCompatibility = 1.6
Expand Down

0 comments on commit 1689b8c

Please sign in to comment.