Bump version to "1.1.0"

This commit is contained in:
Andrew Stewart 2015-07-01 15:23:14 -07:00
parent a3c2b0544d
commit c1bb466d5b
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Version | Notes
------- | -----
1.1.0 | Clean ups, refactorings, misc. bug fixes.
1.0.0 | Remove deprecated Device and Connection syntax, add Basestar#respond method
0.22.2 | Bug-fix for Registry loader
0.22.1 | Remove lodash, misc. bug fixes

View File

@ -1,6 +1,6 @@
{
"name": "cylon",
"version": "1.0.0",
"version": "1.1.0",
"description": "A JavaScript robotics framework for Node.js",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon/issues",