Skip to content

Commit

Permalink
Prepare version 8.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 10, 2017
1 parent 0bb510e commit f84051b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========

Version 8.8.1 *(2017-08-09)*
----------------------------

* Fix: Properly emit casts for single-bound view subtypes when `butterknife.debuggable` is set to `false`.


Version 8.8.0 *(2017-08-04)*
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -43,8 +43,8 @@ Download

```groovy
dependencies {
compile 'com.jakewharton:butterknife:8.8.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.0'
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}
```

Expand All @@ -63,7 +63,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.jakewharton:butterknife-gradle-plugin:8.8.0'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.8.1'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.jakewharton
VERSION_NAME=8.8.0
VERSION_NAME=8.8.1

POM_DESCRIPTION=Field and method binding for Android views.

Expand Down

0 comments on commit f84051b

Please sign in to comment.