Skip to content

Commit 3b8eab5

Browse files
committed
Publish version 1.0.5
1 parent 9be4b0a commit 3b8eab5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5 (2017-03-02)
2+
3+
* Fix a Stackoverflow error when using Kotlin generics, see #9
4+
15
## 1.0.4 (2017-02-24)
26

37
* Fix a Stackoverflow error when using Kotlin enums, see #8

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.0.4'
11+
compile 'com.evernote:android-state:1.0.5'
1212
// Java only
13-
annotationProcessor 'com.evernote:android-state-processor:1.0.4'
13+
annotationProcessor 'com.evernote:android-state-processor:1.0.5'
1414
1515
// Kotlin & Java
16-
kapt 'com.evernote:android-state-processor:1.0.4'
16+
kapt 'com.evernote:android-state-processor:1.0.5'
1717
}
1818
```
1919

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION_NAME=1.0.4
2-
#VERSION_NAME=1.0.4-SNAPSHOT
1+
VERSION_NAME=1.0.5
2+
#VERSION_NAME=1.0.5-SNAPSHOT
33
VERSION_CODE=1

0 commit comments

Comments
 (0)