Skip to content

Commit 6d56c0c

Browse files
committed
Publish version 1.4.1
1 parent 09892ab commit 6d56c0c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 (2018-09-23)
1+
## 1.4.1 (2018-10-06)
22

33
* Remove Android dependency from processor, this resolves problems with the Jetifier, see #56
44

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-
implementation 'com.evernote:android-state:1.4.0'
11+
implementation 'com.evernote:android-state:1.4.1'
1212
// Java only project
13-
annotationProcessor 'com.evernote:android-state-processor:1.4.0'
13+
annotationProcessor 'com.evernote:android-state-processor:1.4.1'
1414
1515
// Kotlin with or without Java
16-
kapt 'com.evernote:android-state-processor:1.4.0'
16+
kapt 'com.evernote:android-state-processor:1.4.1'
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.4.0
2-
VERSION_NAME=1.4.0-SNAPSHOT
1+
#VERSION_NAME=1.4.1
2+
VERSION_NAME=1.4.1-SNAPSHOT
33
VERSION_CODE=1

0 commit comments

Comments
 (0)