Skip to content

Commit 33fb1f5

Browse files
author
Karl Rieb
committed
ChangeLog/ReadMe: Update for 2.0.1 release.
1 parent 44d6c17 commit 33fb1f5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
---------------------------------------------
3+
2.0.1 (2016-03-09)
14
- Update to latest API specs:
25
- Update documentation.
36
- Add FolderPolicy.getResolvedMemberPolicy()

ReadMe.md

Lines changed: 3 additions & 3 deletions
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.0.0</version>
17+
<version>2.0.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.0.0'
26+
compile 'com.dropbox.core:dropbox-core-sdk:2.0.1'
2727
}
2828
```
2929

@@ -103,7 +103,7 @@ The example from our [online tutorial](https://www.dropbox.com/developers/docume
103103

104104
### upload-file
105105

106-
Uploads a file to Dropbox.
106+
Uploads a file to Dropbox. The example includes regular and chunked file uploads.
107107

108108
```
109109
cd examples

0 commit comments

Comments
 (0)