From 841e08f7237b8670f7586ee57f6b1d60a126e00d Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Tue, 15 Dec 2015 11:28:20 +0800 Subject: [PATCH] Update version to v0.10.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 1903e0c2d..c44dc959e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.10.0", + "version": "0.10.1", "description": "CNC.js is a web-based CNC milling controller for the Arduino running GRBL", "dependencies": { "html5shiv": "~3.7.3", diff --git a/package.json b/package.json index 6b5e35115..332f3c007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.10.0", + "version": "0.10.1", "description": "CNC.js is a web-based CNC milling controller for the Arduino running GRBL", "homepage": "https://github.com/cheton/cnc.js", "author": "Cheton Wu ",