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": {

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",