Bump the version in README.

This commit is contained in:
jwilson 2015-09-27 17:28:37 -04:00
parent e6a77041a1
commit 01954b6fee

View file

@ -187,12 +187,12 @@ Maven:
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.moshi:moshi:0.9.0'
compile 'com.squareup.moshi:moshi:1.0.0'
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].