From d0cc8eca70e8432d45d1185c826f33d8f4ce0e8c Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 28 May 2019 12:28:45 -0400 Subject: [PATCH] GOTO counter error on projector 2 was due to a CSS error. Resolved #8. Increment patch number. --- app/index.html | 2 +- app/lib/ui/index.js | 2 +- app/package-lock.json | 2 +- app/package.json | 2 +- cli/package.json | 2 +- data/cfg.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/index.html b/app/index.html index 179b290..2fd31a0 100644 --- a/app/index.html +++ b/app/index.html @@ -194,7 +194,7 @@ -
+
diff --git a/app/lib/ui/index.js b/app/lib/ui/index.js index dfed4ae..45edd91 100644 --- a/app/lib/ui/index.js +++ b/app/lib/ui/index.js @@ -32,7 +32,7 @@ gui.counterFormat = function (t, normal, prevent) { }; gui.counterUpdate = function (which, raw) { 'use strict'; - const formattedVal = gui.fmtZero(raw, 6) + const formattedVal = gui.fmtZero(raw, 6); $(`.${which} .count`).val(formattedVal); }; gui.notify = function (title, message) { diff --git a/app/package-lock.json b/app/package-lock.json index b0a241a..fa66eda 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.4.2", + "version": "1.4.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index bd9e8eb..5955d62 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.4.6", + "version": "1.4.7", "description": "GUI for the mcopy small gauge film optical printer platform", "main": "main.js", "scripts": { diff --git a/cli/package.json b/cli/package.json index db30db0..4f7c009 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-cli", - "version": "1.4.6", + "version": "1.4.7", "description": "CLI for controlling the mcopy optical printer platform", "main": "index.js", "scripts": { diff --git a/data/cfg.json b/data/cfg.json index 17f873f..83b868f 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.4.6", + "version": "1.4.7", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index b21fe8d..d1363a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.4.6", + "version": "1.4.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60d2a5a..9a6b3e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.4.6", + "version": "1.4.7", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": {