diff --git a/ChangeLog.txt b/ChangeLog.txt index 4ccf0cc1d..2589a9d00 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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: diff --git a/ReadMe.md b/ReadMe.md index 35e55e97e..2fbdaea9b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `< com.dropbox.core dropbox-core-sdk - 3.0.2 + 3.0.3 ``` @@ -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' } ```