Bumped version to 0.13.2
This commit is contained in:
parent
d8152852a0
commit
855988372f
|
@ -187,6 +187,8 @@ Thank you!
|
|||
|
||||
## Release History
|
||||
|
||||
Version 0.13.2 - Use pure Express, adds server-sent-events, upd API.
|
||||
|
||||
Version 0.13.1 - Add API authentication and HTTPS support
|
||||
|
||||
Version 0.13.0 - Set minimum Node version to 0.10.20, add utils to global namespace and improve initialization routines
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cylon",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"main": "lib/cylon.js",
|
||||
"description": "A JavaScript robotics framework using Node.js",
|
||||
"homepage": "http://cylonjs.com",
|
||||
|
|
Loading…
Reference in New Issue