Skip to content

Commit

Permalink
Publish version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Jun 10, 2018
1 parent f7a4dbf commit 1fad700
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.1
## 1.3.1 (2018-06-10)

* Avoid obfuscating the class name if the class contains a field annotated with `@State`, see #43
* Don't use the serializable type for parcelable arrays, see #53
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 {
implementation 'com.evernote:android-state:1.3.0'
implementation 'com.evernote:android-state:1.3.1'
// Java only project
annotationProcessor 'com.evernote:android-state-processor:1.3.0'
annotationProcessor 'com.evernote:android-state-processor:1.3.1'
// Kotlin with or without Java
kapt 'com.evernote:android-state-processor:1.3.0'
kapt 'com.evernote:android-state-processor:1.3.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#VERSION_NAME=1.3.0
VERSION_NAME=1.3.0-SNAPSHOT
#VERSION_NAME=1.3.1
VERSION_NAME=1.3.1-SNAPSHOT
VERSION_CODE=1

0 comments on commit 1fad700

Please sign in to comment.