Skip to content

Commit cf1c269

Browse files
author
Karl Rieb
committed
ChangeLog/ReadMe: Update for 2.1.1 release.
1 parent a7c452f commit cf1c269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.1.1
1+
2.1.1 (2016-08-01)
22
---------------------------------------------
33
- Fix "Required field ... missing" deserialization bug caused by certain backwards-compatible response changes from the server.
44

ReadMe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1414
<dependency>
1515
<groupId>com.dropbox.core</groupId>
1616
<artifactId>dropbox-core-sdk</artifactId>
17-
<version>2.1.0</version>
17+
<version>2.1.1</version>
1818
</dependency>
1919
```
2020

@@ -23,7 +23,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
2323
```groovy
2424
dependencies {
2525
// ...
26-
compile 'com.dropbox.core:dropbox-core-sdk:2.1.0'
26+
compile 'com.dropbox.core:dropbox-core-sdk:2.1.1'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)