Skip to content

Commit

Permalink
3.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuyangzhao committed May 2, 2017
1 parent fe24274 commit 8c669b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.2 (2017-05-02)
---------------------------------------------
Fix the compatibility bug that cause sharing/get_file_metadata to crash.

3.0.2 (2017-04-11)
---------------------------------------------
- Update to latest API specs:
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
<dependency>
<groupId>com.dropbox.core</groupId>
<artifactId>dropbox-core-sdk</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
</dependency>
```

Expand All @@ -23,7 +23,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
```groovy
dependencies {
// ...
compile 'com.dropbox.core:dropbox-core-sdk:3.0.2'
compile 'com.dropbox.core:dropbox-core-sdk:3.0.3'
}
```

Expand Down

0 comments on commit 8c669b1

Please sign in to comment.