From a9dd5b80cdeb05fed2234c6d91c30f0871ce6b12 Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Tue, 24 Feb 2015 11:22:50 -0800 Subject: [PATCH] Bump version to v0.22.1 --- README.markdown | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 19cfa6e..8d2d2a3 100644 --- a/README.markdown +++ b/README.markdown @@ -336,6 +336,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou Version | Notes ------- | ----- +0.22.1 | Remove lodash, misc. bug fixes 0.22.0 | API extraction, new devices syntax. 0.21.2 | Update Robeaux version 0.21.1 | Add back debug logging for starting/connecting devices/connections diff --git a/package.json b/package.json index 877fd82..c6e37d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cylon", - "version": "0.22.0", + "version": "0.22.1", "main": "lib/cylon.js", "description": "A JavaScript robotics framework for Node.js", "homepage": "http://cylonjs.com", @@ -43,6 +43,6 @@ }, "dependencies": { - "async": "0.9.0" + "async": "0.9.0" } }