Skip to content

Commit

Permalink
Publish version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Nov 1, 2017
1 parent a84d7f3 commit 9064bfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.6 (2017-11-01)

* Don't crash when the license header file cannot be read, see #35

## 1.1.5 (2017-08-31)

* Handle generics in bundlers properly, see #32
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2

```groovy
dependencies {
compile 'com.evernote:android-state:1.1.5'
compile 'com.evernote:android-state:1.1.6'
// Java only project
annotationProcessor 'com.evernote:android-state-processor:1.1.5'
annotationProcessor 'com.evernote:android-state-processor:1.1.6'
// Kotlin with or without Java
kapt 'com.evernote:android-state-processor:1.1.5'
kapt 'com.evernote:android-state-processor:1.1.6'
}
```

Expand Down

0 comments on commit 9064bfc

Please sign in to comment.