From a97bc88f4289822eaa4ab0f9bdf80b38f0ff5626 Mon Sep 17 00:00:00 2001 From: "Cheton Wu (RD-TW)" Date: Fri, 25 Dec 2015 03:04:42 -0800 Subject: [PATCH] Update version to v0.13.3 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b22ab3d4e..89dbc99d1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.13.2", + "version": "0.13.3", "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 3a1b1c4ee..eeeecf4c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cncjs", - "version": "0.13.2", + "version": "0.13.3", "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 ",