Skip to content

Commit

Permalink
🦇 Mehmeh, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzak committed Aug 17, 2020
1 parent 78fa70b commit fad634e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/electron/main/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const start = (options) => {
}

console.log(`[print] physical file "${localPath}" on printer "${printer}" with flags ${JSON.stringify(args)}`)
pdfToPrinter(localPath, args)
pdfToPrinter.print(localPath, args)
} else {
options.title = title
console.log(options.title)
Expand Down
2 changes: 1 addition & 1 deletion app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rosalind",
"productName": "Rosalind",
"version": "0.0.239",
"version": "0.0.240",
"private": true,
"description": "Rosalind",
"author": {
Expand Down

0 comments on commit fad634e

Please sign in to comment.