From cf2db62a826a54b8ae301abbfa094ddce975374e Mon Sep 17 00:00:00 2001 From: xujiaao Date: Sun, 10 Jun 2018 22:46:36 +0800 Subject: [PATCH] Release v0.0.5 --- CHANGELOG.md | 7 ++++++- android-firmata/build.gradle | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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", ]