From 1e37d8dc420c5293e1e4f218f54939affcd5be81 Mon Sep 17 00:00:00 2001 From: Eric Cochran Date: Sun, 5 Feb 2017 14:38:05 -0800 Subject: [PATCH] Fix README version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f849305..d374c8e 100644 --- a/README.md +++ b/README.md @@ -481,12 +481,12 @@ Download [the latest JAR][dl] or depend via Maven: com.squareup.moshi moshi - 1.3.1 + 1.4.0 ``` or Gradle: ```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].