Bump version to "0.16.0"
This commit is contained in:
parent
857a34dc41
commit
f1ba43d919
|
@ -244,6 +244,8 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
|
|||
|
||||
## Release History
|
||||
|
||||
Version 0.16.0 - New IO Utils, removal of Utils#bind, add Adaptor#_noop method.
|
||||
|
||||
Version 0.15.1 - Fixed issue with the API on Tessel
|
||||
|
||||
Version 0.15.0 - Better halting, cleaner startup, removed 'connect' and 'start'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cylon",
|
||||
"version": "0.15.1",
|
||||
"version": "0.16.0",
|
||||
"main": "lib/cylon.js",
|
||||
"description": "A JavaScript robotics framework using Node.js",
|
||||
"homepage": "http://cylonjs.com",
|
||||
|
|
Loading…
Reference in New Issue