Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiaao committed Jun 2, 2018
1 parent 8ccd6a8 commit 420710b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

## [0.0.1] - 2018-06-01
- Initial version


## [0.0.2] - 2018-06-01
- Fix lot of bugs
2 changes: 1 addition & 1 deletion android-firmata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dokka {
ext.publicationConfig = rootProject.ext.publicationConfig + [
artifactGroup : 'com.xujiaao.android',
artifactName : 'android-firmata',
artifactVersion : '0.0.1',
artifactVersion : '0.0.2',
bintrayName : 'android-firmata',
bintrayGithubReleaseNotesFile: "${rootProject.relativePath(project.projectDir)}/CHANGELOG.md",
]
Expand Down

0 comments on commit 420710b

Please sign in to comment.