diff --git a/CHANGELOG.md b/CHANGELOG.md index 542c740..b532154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,4 +19,9 @@ ## [0.0.4] - 2018-06-07 -- Fix Bug - Bluetooth Transport is Slow \ No newline at end of file +- Fix Bug - Bluetooth Transport is Slow + + +## [0.0.5] - 2018-06-10 + +- Support Android Things \ No newline at end of file diff --git a/android-firmata/build.gradle b/android-firmata/build.gradle index f6eb6a9..579f71e 100644 --- a/android-firmata/build.gradle +++ b/android-firmata/build.gradle @@ -46,7 +46,7 @@ dokka { ext.publicationConfig = rootProject.ext.publicationConfig + [ artifactGroup : 'com.xujiaao.android', artifactName : 'android-firmata', - artifactVersion : '0.0.4', + artifactVersion : '0.0.5', bintrayName : 'android-firmata', bintrayGithubReleaseNotesFile: "${rootProject.relativePath(project.projectDir)}/CHANGELOG.md", ]