Bump version to 1.0.0
This commit is contained in:
parent
98ab80e6f4
commit
9a05435bcf
|
@ -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.
|
||||
|
|
|
@ -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 <andrew@hybridgroup.com>",
|
||||
"Edgar Silva <edgar@hybridgroup.com>",
|
||||
"Mario 'Kuroir' Ricalde <mario@hybridgroup.com>",
|
||||
"Gize Bonilla <gize@hybridgroup.com>",
|
||||
"Adrian Zankich <adrian@hybridgroup.com>"
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue