From 84634bd00c68ac1614f3f68578138f7103296b4e Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Tue, 15 Dec 2015 11:42:13 +0800 Subject: [PATCH] Update version to v0.10.2 --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c44dc959e..9b6924814 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.10.1", + "version": "0.10.2", "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 332f3c007..abd4c8927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.10.1", + "version": "0.10.2", "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 ", @@ -50,6 +50,7 @@ "express": "4.13.x", "fbjs": "^0.5.0", "fixed-data-table": "^0.6.0", + "fs-extra": "^0.24.0", "gcode-interpreter": "^0.3.0", "history": "1.13.x", "hogan.js": "2.0.x", @@ -102,7 +103,6 @@ "del": "0.1.x", "envify": "^3.4.0", "exorcist": "^0.4.0", - "fs-extra": "^0.24.0", "gulp": "^3.9.0", "gulp-autoprefixer": "^2.1.0", "gulp-concat": "2.4.x",