Skip to content

Commit

Permalink
Fix server host
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Sep 5, 2024
1 parent 87e3749 commit a9965e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ZplEscPrinter/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaults = {
width: '4',
height: '6',
unit: '1',
host: '127.0.0.1',
host: '0.0.0.0',
port: '9100',
bufferSize: '4096',
keepTcpSocket: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zpl-escpos-printer",
"productName": "Zpl/EscPos Printer",
"version": "3.0.2",
"version": "3.0.3",
"description": "Printer emulator for Zpl/EscPos rendering engine.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit a9965e1

Please sign in to comment.