Increment patch to reflect changes that resolved issue 3

This commit is contained in:
mmcwilliams 2019-05-28 09:15:29 -04:00
parent 4dd69319e5
commit 67a009ae8d
5 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.4.2",
"version": "1.4.5",
"description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-cli",
"version": "1.4.2",
"version": "1.4.5",
"description": "CLI for controlling the mcopy optical printer platform",
"main": "index.js",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"version": "1.4.2",
"version": "1.4.5",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -88,7 +88,7 @@
"camera_second_forward": "C2F",
"camera_second_backward": "C2B",
"cameras_forward": "CCF",
"cameras_backward" : "CCB",
"cameras_backward": "CCB",
"camera_forward_camera_second_backward": "CFCB",
"camera_backward_camera_second_forward": "CBCF",
"projector_second_forward": "P2F",
@ -148,9 +148,9 @@
"camera_second_backward": "2",
"camera_second": "3",
"cameras": "4",
"camera_projectors_identifier" : "5",
"cameras_projector_identifier" : "6",
"cameras_projectors_identifier" : "7"
"camera_projectors_identifier": "5",
"cameras_projector_identifier": "6",
"cameras_projectors_identifier": "7"
}
}
}

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.4.3",
"version": "1.4.5",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {
@ -11,8 +11,8 @@
"test": "sh ./scripts/test.sh",
"docs": "sh ./scripts/docs.sh",
"build": "sh ./scripts/build.sh",
"patch": "sh ./scripts/version.sh patch",
"minor": "sh ./scripts/version.sh minor"
"patch": "bash ./scripts/version.sh patch",
"minor": "bash ./scripts/version.sh minor"
},
"repository": {
"type": "git",