Skip to content

Commit

Permalink
version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Jun 7, 2021
1 parent b456f7b commit f1a4418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ exports.ids = {
'hkjcboammhlecfomgabecgoppnncbhjp', // Open in Chrome (Edge)
'ijhhpgjhnfoalaedkmgpbehokefplfni', // Tor Control (Edge)
'ciphgjdgpkhlngiadnpebblpcjcoabcp', // Open in PDF viewer (Edge)
'apldpaggahklckhcoaoifaolmifdnecg', // Media Converter (Edge) [By @InBasic]
],
firefox: [
'{b8fa78dd-dae1-4839-9d0e-ce5e213083ce}', // Open in GIMP
Expand Down
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let files = [];
const sprocess = [];

const config = {
version: '0.9.3'
version: '0.9.4'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down

0 comments on commit f1a4418

Please sign in to comment.