mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Bump the version in README.
This commit is contained in:
@@ -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].
|
||||
|
Reference in New Issue
Block a user