From 644be3a725ce2b19ae1139b1420c6487e3d3998b Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 15 Jun 2016 00:24:25 -0400 Subject: [PATCH] Actually let's call it a 2.1.0. --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00afd9cbc0..66db0d42df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log ========== -Version 2.0.3 *(2016-06-15)* +Version 2.1.0 *(2016-06-15)* ---------------------------- * New: `@HeaderMap` annotation and support for supplying an arbitrary number of headers to an endpoint. diff --git a/README.md b/README.md index 6ed8094908..026930a7bb 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven: com.squareup.retrofit2 retrofit - 2.0.3 + 2.1.0 ``` or Gradle: ```groovy -compile 'com.squareup.retrofit2:retrofit:2.0.3' +compile 'com.squareup.retrofit2:retrofit:2.1.0' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].