diff --git a/RELEASES.md b/RELEASES.md index ba087cb..de757ce 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 diff --git a/package.json b/package.json index e9ebd8a..19c5d5e 100644 --- a/package.json +++ b/package.json @@ -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",