Skip to content

Commit

Permalink
Update version to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 15, 2015
1 parent 841e08f commit 84634bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions 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 <cheton@gmail.com>",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 84634bd

Please sign in to comment.