Skip to content

Commit bba44ef

Browse files
committed
Publish version 1.0.0
1 parent 46268cf commit bba44ef

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,3 +1,3 @@
1-
## 0.0.1 (2017-01-17)
1+
## 1.0.0 (2017-01-26)
22

33
* Initial release

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A utility library for Android to save objects in a `Bundle` without any boilerpl
44

55
## Download
66

7-
Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evernote"%20AND%20a:"android-state") or grab via Gradle:
7+
Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22android-state%22) and [processor](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22android-state-processor%22) or grab via Gradle:
88

99
```groovy
1010
dependencies {
11-
compile 'com.evernote:android-state:0.0.1'
12-
annotationProcessor 'com.evernote:android-state-processor:0.0.1'
11+
compile 'com.evernote:android-state:1.0.0'
12+
annotationProcessor 'com.evernote:android-state-processor:1.0.0'
1313
}
1414
```
1515

gradle.properties

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

0 commit comments

Comments
 (0)