Bump version to "1.1.0"
This commit is contained in:
parent
a3c2b0544d
commit
c1bb466d5b
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
Version | Notes
|
Version | Notes
|
||||||
------- | -----
|
------- | -----
|
||||||
|
1.1.0 | Clean ups, refactorings, misc. bug fixes.
|
||||||
1.0.0 | Remove deprecated Device and Connection syntax, add Basestar#respond method
|
1.0.0 | Remove deprecated Device and Connection syntax, add Basestar#respond method
|
||||||
0.22.2 | Bug-fix for Registry loader
|
0.22.2 | Bug-fix for Registry loader
|
||||||
0.22.1 | Remove lodash, misc. bug fixes
|
0.22.1 | Remove lodash, misc. bug fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cylon",
|
"name": "cylon",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "A JavaScript robotics framework for Node.js",
|
"description": "A JavaScript robotics framework for Node.js",
|
||||||
"homepage": "http://cylonjs.com",
|
"homepage": "http://cylonjs.com",
|
||||||
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
||||||
|
|
Loading…
Reference in New Issue