diff --git a/app/package-lock.json b/app/package-lock.json index 9b54d92..9b812e0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy-app", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy-app", - "version": "1.7.0", + "version": "1.7.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/app/package.json b/app/package.json index e1da19f..8238510 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.7.0", + "version": "1.7.1", "description": "GUI for the mcopy small gauge film optical printer platform", "main": "main.js", "scripts": { @@ -51,11 +51,11 @@ }, "dependencies": { "@electron/remote": "^2.0.8", - "alert" : "file:lib/alert", + "alert": "file:lib/alert", "animated-gif-detector": "^1.2.0", "arduino": "file:lib/arduino", "cam": "file:lib/cam", - "capper" : "file:lib/capper", + "capper": "file:lib/capper", "capture": "file:lib/capture", "cmd": "file:lib/cmd", "delay": "file:lib/delay", diff --git a/data/cfg.json b/data/cfg.json index 8b82f50..ce87033 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.7.1", "ext_port": 1111, "profiles": { "mcopy": { @@ -179,12 +179,12 @@ "camera_projectors_identifier": "5", "cameras_projector_identifier": "6", "cameras_projectors_identifier": "7", - "capper_identifier" : "C", - "camera_capper_identifier" : "8", - "camera_capper_projector_identifier" : "9", - "camera_capper_projectors_identifier" : "0", - "capper_on" : "A", - "capper_off" : "B" + "capper_identifier": "C", + "camera_capper_identifier": "8", + "camera_capper_projector_identifier": "9", + "camera_capper_projectors_identifier": "0", + "capper_on": "A", + "capper_off": "B" } } } diff --git a/package-lock.json b/package-lock.json index 6c8b1e5..cbe2456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "arduino": "file:app/lib/arduino", diff --git a/package.json b/package.json index e8bb834..778da15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.7.0", + "version": "1.7.1", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": {