Minor version increment, 1.0.0 was broken, and this is a corrective patch. 1.0.1 allows connected light devices to work without locking up the process.

This commit is contained in:
mmcw-dev 2018-03-15 12:09:49 -04:00
parent ce6e450b44
commit 38b52d0618
2 changed files with 2 additions and 2 deletions

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Small guage film optical printer platform",
"main": "main.js",
"scripts": {