Skip to content

Commit

Permalink
version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
belaviyo committed Nov 5, 2017
1 parent a2a481c commit a293477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

exports.id = 'com.add0n.native_client';
exports.version = '0.3.3';
exports.version = '0.3.4';

exports.ids = {
chrome: [
Expand Down
2 changes: 1 addition & 1 deletion mac/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rm ~/Library/Application\ Support/Chromium/NativeMessagingHosts/${id}.json
echo " .. Removing manifest file for Mozilla Firefox"
rm ~/Library/Application\ Support/Mozilla/NativeMessagingHosts/${id}.json
echo " .. Removing executable"
rm -r ~/.config/${id}
[ -n "$id" ] && rm -r ~/.config/${id}

echo
echo ">>> Native Client is removed <<<".

0 comments on commit a293477

Please sign in to comment.