diff --git a/README.markdown b/README.markdown index 139b1b0..1cf38c4 100644 --- a/README.markdown +++ b/README.markdown @@ -339,6 +339,7 @@ If you want to help with documentation, you can find the code for our website at Version | Notes ------- | ----- +1.0.0 | Remove deprecated Device and Connection syntax. 0.22.2 | Bug-fix for Registry loader 0.22.1 | Remove lodash, misc. bug fixes 0.22.0 | API extraction, new devices syntax. diff --git a/package.json b/package.json index 2cce27b..14dac7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cylon", - "version": "0.22.2", + "version": "1.0.0", "main": "lib/cylon.js", "description": "A JavaScript robotics framework for Node.js", "homepage": "http://cylonjs.com", @@ -13,7 +13,6 @@ "Andrew Stewart ", "Edgar Silva ", "Mario 'Kuroir' Ricalde ", - "Gize Bonilla ", "Adrian Zankich " ],