From caa39eb6fc721fce9973b7497947c9d2ad068691 Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Fri, 5 Jun 2015 11:47:40 -0700 Subject: [PATCH] Bump version to 0.3.0 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e491f9b..5a7a145 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "sphero", "main": "dist/sphero.min.js", - "version": "0.2.0", + "version": "0.3.0", "description": "The Orbotix JavaScript SDK to control Sphero robots.", "homepage": "https://github.com/orbotix/sphero.js", "authors": [ diff --git a/package.json b/package.json index c0e31a4..1a0fc48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sphero", - "version": "0.2.0", + "version": "0.3.0", "description": "Sphero.js", "homepage": "http://gosphero.com", "bugs": "https://github.com/orbotix/sphero.js/issues",