From ea3750504a7376265ff4a6adfda51873301087a8 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Sun, 20 Dec 2015 23:05:12 +0800 Subject: [PATCH] Update version to v0.11.7 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b5fa6f74e..5868284a2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.11.6", + "version": "0.11.7", "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 ec0680f63..230ed4873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.11.6", + "version": "0.11.7", "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 ",