From b59522587047b140b33f9b7711ccb5f76554058e Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Thu, 9 Jan 2020 18:43:16 -0500 Subject: [PATCH] Increment patch to 1.4.20 --- app/package-lock.json | 2 +- app/package.json | 2 +- cli/package.json | 2 +- data/cfg.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index f1f4958..b5e230d 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.4.19", + "version": "1.4.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 9906230..d023de5 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.4.19", + "version": "1.4.20", "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 8420875..1c89529 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-cli", - "version": "1.4.19", + "version": "1.4.20", "description": "CLI for controlling the mcopy optical printer platform", "main": "index.js", "scripts": { diff --git a/data/cfg.json b/data/cfg.json index 0c876af..53cf995 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.4.19", + "version": "1.4.20", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index a5e84cb..f4a5109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.4.19", + "version": "1.4.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b70cda9..7684da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.4.19", + "version": "1.4.20", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": {