Skip to content

Commit

Permalink
Actually let's call it a 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 15, 2016
1 parent ac3d834 commit 644be3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven:
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.3</version>
<version>2.1.0</version>
</dependency>
```
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].
Expand Down

0 comments on commit 644be3a

Please sign in to comment.