Bump the version in README.
This commit is contained in:
parent
e6a77041a1
commit
01954b6fee
1 changed files with 2 additions and 2 deletions
|
@ -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].
|
||||
|
|
Loading…
Reference in a new issue