Bump version to 0.15.0

This commit is contained in:
Andrew Stewart 2014-06-13 10:50:57 -07:00
parent 52ac9fce8d
commit 62b3df12a5
2 changed files with 4 additions and 1 deletions

View File

@ -244,6 +244,9 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
## Release History
Version 0.15.0 - Better halting, cleaner startup, removed 'connect' and 'start'
events, and misc other cleanups/refactors.
Version 0.14.0 - Removal of node-namespace and misc. cleanup
Version 0.13.3 - Fixes bug with disconnect functions not being called.

View File

@ -1,6 +1,6 @@
{
"name": "cylon",
"version": "0.14.0",
"version": "0.15.0",
"main": "lib/cylon.js",
"description": "A JavaScript robotics framework using Node.js",
"homepage": "http://cylonjs.com",