Skip to content

Commit

Permalink
Scan for EPL first (#40)
Browse files Browse the repository at this point in the history
* Scan for EPL first

* Bump version
  • Loading branch information
Cellivar authored Jan 10, 2023
1 parent 507e98a commit e314384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webzlp",
"version": "1.0.0-rc7",
"version": "1.0.0-rc8",
"description": "Zebra LP-series WebUSB driver",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Printers/Printer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ export class Printer {
// Guess order is easiest to detect and support.. to least
const guessOrder = [
guess,
PrinterCommandLanguage.zpl,
PrinterCommandLanguage.epl,
PrinterCommandLanguage.zpl,
PrinterCommandLanguage.cpcl
];

Expand Down

0 comments on commit e314384

Please sign in to comment.