Updated patch number, now working on 1.6.5

This commit is contained in:
sixteenmillimeter 2020-08-18 14:21:07 -04:00
parent 7c61af7043
commit 6eeeae85c8
9 changed files with 65 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.6.3",
"version": "1.6.5",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -87,6 +87,20 @@
"delay": 50,
"momentary": 130
},
"proj": {
"time": 1340,
"delay": 50,
"momentary": 300
},
"light": false
},
"norris": {
"label": "Norris",
"cam": {
"time": 650,
"delay": 50,
"momentary": 130
},
"light": false
}
},

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.6.4",
"version": "1.6.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.6.3",
"version": "1.6.5",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -87,6 +87,20 @@
"delay": 50,
"momentary": 130
},
"proj": {
"time": 1340,
"delay": 50,
"momentary": 300
},
"light": false
},
"norris": {
"label": "Norris",
"cam": {
"time": 650,
"delay": 50,
"momentary": 130
},
"light": false
}
},

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.6.4",
"version": "1.6.5",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -87,6 +87,20 @@
"delay": 50,
"momentary": 130
},
"proj": {
"time": 1340,
"delay": 50,
"momentary": 300
},
"light": false
},
"norris": {
"label": "Norris",
"cam": {
"time": 650,
"delay": 50,
"momentary": 130
},
"light": false
}
},

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.6.4",
"version": "1.6.5",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {

View File

@ -1,5 +1,5 @@
{
"version": "1.6.3",
"version": "1.6.5",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -87,6 +87,20 @@
"delay": 50,
"momentary": 130
},
"proj": {
"time": 1340,
"delay": 50,
"momentary": 300
},
"light": false
},
"norris": {
"label": "Norris",
"cam": {
"time": 650,
"delay": 50,
"momentary": 130
},
"light": false
}
},