Skip to content

Commit

Permalink
Remove beta version indication
Browse files Browse the repository at this point in the history
  • Loading branch information
mgobat committed Nov 10, 2022
1 parent 11523c9 commit 45ce37d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1.0-beta3</title>
<title>Alma Print Daemon 2.1.0</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.1.0-beta3</title>
<title>Alma Print Daemon 2.1.0</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.1.0-beta3</title>
<title>Alma Print Daemon 2.1.0</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 @@ -224,7 +224,7 @@ function createWindow () {
width: 600,
height: 595,
show: true,
title: "Alma Print Daemon 2.1.0-beta3",
title: "Alma Print Daemon 2.1.0",
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.1.0-beta3",
"version": "2.1.0",
"description": "Alma Print Daemon",
"main": "main.js",
"dependencies": {
Expand Down

0 comments on commit 45ce37d

Please sign in to comment.