Compare commits

...

2 Commits

Author SHA1 Message Date
709cc83fec Versioning 2024-09-10 15:57:08 -04:00
b50d1052aa Messaging 3 2024-09-10 15:56:54 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ const info = {
supportPhone: "(207) 453-5079"
}
const receiptFooter = `For other technical support, contact ${info.deptName} at ${info.supportEmail} or ${info.supportPhone}.`;
const receiptFooter = `For other technical assistance, contact ${info.deptName}:\n${info.supportEmail}\nor ${info.supportPhone}.`;
const mccContractor = {
name: "Contracting Company",

View File

@ -1,6 +1,6 @@
{
"name": "thermal",
"version": "1.0.0",
"version": "1.1.0",
"description": "Web portal to print to a TSP100 thermal printer.",
"main": "app.js",
"scripts": {