diff --git a/main.js b/main.js index 64b131c..d215b61 100644 --- a/main.js +++ b/main.js @@ -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 diff --git a/package.json b/package.json index 83fe818..f0edfbe 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/index.html b/src/index.html index e31d4b6..08c8bce 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - fsprinter 0.6.0 + fsprinter 0.6.1