Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiaao committed Jun 10, 2018
1 parent 89418dc commit cf2db62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@

## [0.0.4] - 2018-06-07

- Fix Bug - Bluetooth Transport is Slow
- Fix Bug - Bluetooth Transport is Slow


## [0.0.5] - 2018-06-10

- Support Android Things
2 changes: 1 addition & 1 deletion android-firmata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit cf2db62

Please sign in to comment.