From 01954b6fee5d3f0b774b15e5b2ffa42bb62ea78b Mon Sep 17 00:00:00 2001 From: jwilson Date: Sun, 27 Sep 2015 17:28:37 -0400 Subject: [PATCH] Bump the version in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39b21af..04c704f 100644 --- a/README.md +++ b/README.md @@ -187,12 +187,12 @@ Maven: com.squareup.moshi moshi - 0.9.0 + 1.0.0 ``` 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].