Increment patch to reflect changes that resolved issue 3
This commit is contained in:
parent
4dd69319e5
commit
67a009ae8d
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.4.2",
|
"version": "1.4.5",
|
||||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-cli",
|
"name": "mcopy-cli",
|
||||||
"version": "1.4.2",
|
"version": "1.4.5",
|
||||||
"description": "CLI for controlling the mcopy optical printer platform",
|
"description": "CLI for controlling the mcopy optical printer platform",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.4.2",
|
"version": "1.4.5",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
"camera_second_forward": "C2F",
|
"camera_second_forward": "C2F",
|
||||||
"camera_second_backward": "C2B",
|
"camera_second_backward": "C2B",
|
||||||
"cameras_forward": "CCF",
|
"cameras_forward": "CCF",
|
||||||
"cameras_backward" : "CCB",
|
"cameras_backward": "CCB",
|
||||||
"camera_forward_camera_second_backward": "CFCB",
|
"camera_forward_camera_second_backward": "CFCB",
|
||||||
"camera_backward_camera_second_forward": "CBCF",
|
"camera_backward_camera_second_forward": "CBCF",
|
||||||
"projector_second_forward": "P2F",
|
"projector_second_forward": "P2F",
|
||||||
|
@ -148,9 +148,9 @@
|
||||||
"camera_second_backward": "2",
|
"camera_second_backward": "2",
|
||||||
"camera_second": "3",
|
"camera_second": "3",
|
||||||
"cameras": "4",
|
"cameras": "4",
|
||||||
"camera_projectors_identifier" : "5",
|
"camera_projectors_identifier": "5",
|
||||||
"cameras_projector_identifier" : "6",
|
"cameras_projector_identifier": "6",
|
||||||
"cameras_projectors_identifier" : "7"
|
"cameras_projectors_identifier": "7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.4.3",
|
"version": "1.4.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.4.3",
|
"version": "1.4.5",
|
||||||
"description": "Small gauge film optical printer platform",
|
"description": "Small gauge film optical printer platform",
|
||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -11,8 +11,8 @@
|
||||||
"test": "sh ./scripts/test.sh",
|
"test": "sh ./scripts/test.sh",
|
||||||
"docs": "sh ./scripts/docs.sh",
|
"docs": "sh ./scripts/docs.sh",
|
||||||
"build": "sh ./scripts/build.sh",
|
"build": "sh ./scripts/build.sh",
|
||||||
"patch": "sh ./scripts/version.sh patch",
|
"patch": "bash ./scripts/version.sh patch",
|
||||||
"minor": "sh ./scripts/version.sh minor"
|
"minor": "bash ./scripts/version.sh minor"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue