Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos García Gómez committed Oct 5, 2021
1 parent e11ff1f commit 976b585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ipcMain.on('print-2020', (event, element) => {
const http = require('http');
const requestListener = function (req, res) {
res.writeHead(200);
res.end('fsprinter 0.6.0');
res.end('fsprinter 0.6.1');
console.log('http request: ' + req.url);

// send a message to the main window
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsprinter",
"version": "0.6.0",
"version": "0.6.1",
"description": "Electron app to connect printers to FacturaScripts",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>fsprinter 0.6.0</title>
<title>fsprinter 0.6.1</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css" />
</head>
Expand Down

0 comments on commit 976b585

Please sign in to comment.