Skip to content

Commit

Permalink
Set beta version
Browse files Browse the repository at this point in the history
After reverting first attempt at trapping printer errors. That code was moved to 'trycatch' branch.
  • Loading branch information
mgobat committed Apr 24, 2023
1 parent bca38b4 commit 4b28967
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docsPrintIntervalPaused.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Alma Print Daemon 2.2.0</title>
<title>Alma Print Daemon 2.2.0-beta-01</title>
</head>
<style>
#notification {
Expand Down
2 changes: 1 addition & 1 deletion docsPrintSleeping.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Alma Print Daemon 2.2.0</title>
<title>Alma Print Daemon 2.2.0-beta-01</title>
</head>
<style>
#notification {
Expand Down
2 changes: 1 addition & 1 deletion docsPrintedInterval.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Alma Print Daemon 2.2.0</title>
<title>Alma Print Daemon 2.2.0-beta-01</title>
</head>
<style>
#notification {
Expand Down
2 changes: 1 addition & 1 deletion docsPrintedManual.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Alma Print Daemon 2.2.0</title>
<title>Alma Print Daemon 2.2.0-beta-01</title>
</head>
<style>
#notification {
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function createWindow () {
width: 600,
height: 625,
show: true,
title: "Alma Print Daemon 2.2.0",
title: "Alma Print Daemon 2.2.0-beta-01",
webPreferences: {
//preload: path.join(__dirname, 'preload.js'),
nodeIntegration: true
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alma-print-daemon",
"version": "2.2.0",
"version": "2.2.0-beta-01",
"description": "Alma Print Daemon",
"main": "main.js",
"dependencies": {
Expand Down

0 comments on commit 4b28967

Please sign in to comment.