From e98487ec365d57ee09db223dc65c5108b06fa7da Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Sun, 14 Feb 2016 13:14:11 +0800 Subject: [PATCH] Update version to v0.15.6 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c98cd3cf6..8b47feda1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.15.5", + "version": "0.15.6", "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 884750665..7ea1a6a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.15.5", + "version": "0.15.6", "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 ",