Fix README version number

This commit is contained in:
Eric Cochran
2017-02-05 14:38:05 -08:00
committed by GitHub
parent af09de142d
commit 1e37d8dc42

View File

@@ -481,12 +481,12 @@ Download [the latest JAR][dl] or depend via Maven:
<dependency> <dependency>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId> <artifactId>moshi</artifactId>
<version>1.3.1</version> <version>1.4.0</version>
</dependency> </dependency>
``` ```
or Gradle: or Gradle:
```groovy ```groovy
compile 'com.squareup.moshi:moshi:1.3.1' compile 'com.squareup.moshi:moshi:1.4.0'
``` ```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].