Skip to content

Commit 9064bfc

Browse files
committed
Publish version 1.1.6
1 parent a84d7f3 commit 9064bfc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.6 (2017-11-01)
2+
3+
* Don't crash when the license header file cannot be read, see #35
4+
15
## 1.1.5 (2017-08-31)
26

37
* Handle generics in bundlers properly, see #32

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2
88

99
```groovy
1010
dependencies {
11-
compile 'com.evernote:android-state:1.1.5'
11+
compile 'com.evernote:android-state:1.1.6'
1212
// Java only project
13-
annotationProcessor 'com.evernote:android-state-processor:1.1.5'
13+
annotationProcessor 'com.evernote:android-state-processor:1.1.6'
1414
1515
// Kotlin with or without Java
16-
kapt 'com.evernote:android-state-processor:1.1.5'
16+
kapt 'com.evernote:android-state-processor:1.1.6'
1717
}
1818
```
1919

0 commit comments

Comments
 (0)