From fa4ac454fdfcde795605f2846d6cdd63b637fd27 Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Fri, 5 Dec 2014 18:33:41 -0500 Subject: [PATCH] Bump version --- README.markdown | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a3a31f6..77d82c2 100644 --- a/README.markdown +++ b/README.markdown @@ -314,6 +314,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou Version | Notes ------- | ----- +0.21.2 | Update Robeaux version 0.21.1 | Add back debug logging for starting/connecting devices/connections 0.21.0 | Remove Connection/Device objects, update Robot connection/device syntax, fluent syntax updates 0.20.2 | Correct API issues, possible issue with test setups diff --git a/package.json b/package.json index 86e3c67..f30c6f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cylon", - "version": "0.21.1", + "version": "0.21.2", "main": "lib/cylon.js", "description": "A JavaScript robotics framework for Node.js", "homepage": "http://cylonjs.com",