Skip to content

Commit

Permalink
Update to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Sep 8, 2015
1 parent 8e13fc2 commit 9883f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Release History

Version 0.5.0 - Use Cylon 1.2.0 & cylon-ble 0.8.0

Version 0.4.0 - Use Cylon 1.1.0

Version 0.3.0 - Compatability with Cylon 1.0.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cylon-mip",
"version": "0.4.0",
"version": "0.5.0",
"description": "Cylon module for MIP",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-mip/issues",
Expand Down Expand Up @@ -39,7 +39,7 @@
},

"dependencies": {
"cylon": "~1.1.0",
"cylon-ble": "~0.7.1"
"cylon": "~1.2.0",
"cylon-ble": "~0.8.0"
}
}

0 comments on commit 9883f2e

Please sign in to comment.