Bump version to 0.14.0
This commit is contained in:
parent
838fdc7046
commit
92fea6225b
|
@ -244,6 +244,8 @@ on the [cylonjs.com branch][cylonjs-branch].
|
|||
|
||||
## Release History
|
||||
|
||||
Version 0.14.0 - Removal of node-namespace and misc. cleanup
|
||||
|
||||
Version 0.13.3 - Fixes bug with disconnect functions not being called.
|
||||
|
||||
Version 0.13.2 - Use pure Express, adds server-sent-events, upd API.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cylon",
|
||||
"version": "0.13.3",
|
||||
"version": "0.14.0",
|
||||
"main": "lib/cylon.js",
|
||||
"description": "A JavaScript robotics framework using Node.js",
|
||||
"homepage": "http://cylonjs.com",
|
||||
|
|
Loading…
Reference in New Issue