diff --git a/README.markdown b/README.markdown index 8d2d2a3..85ff861 100644 --- a/README.markdown +++ b/README.markdown @@ -336,6 +336,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou Version | Notes ------- | ----- +0.22.2 | Bug-fix for Registry loader 0.22.1 | Remove lodash, misc. bug fixes 0.22.0 | API extraction, new devices syntax. 0.21.2 | Update Robeaux version diff --git a/package.json b/package.json index c6e37d3..0228c18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cylon", - "version": "0.22.1", + "version": "0.22.2", "main": "lib/cylon.js", "description": "A JavaScript robotics framework for Node.js", "homepage": "http://cylonjs.com",