Skip to content

Commit

Permalink
Updated firefox version
Browse files Browse the repository at this point in the history
• Updated:
- Firefox version: v0.1.5
  • Loading branch information
mgabdev committed Mar 26, 2019
1 parent b733b8b commit 827e56c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Latest versions:
| --- | --- |
Chrome | v0.1.5 |
Edge | v0.1.5 |
Firefox | v0.1.4 |
Firefox | v0.1.5 |
Safari | v0.1.4 |

This extension only requires developer dependencies.
Expand Down
4 changes: 2 additions & 2 deletions config/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ const chrome = new Browser({
const firefox = new Browser({
name: 'Mozilla Firefox',
slug: 'firefox',
version: '0.1.4',
version: '0.1.5',
scriptVariableMap: {
BROWSER: 'browser',
MESSENGER: 'runtime',
},
manifestMap: {
"version": "0.1.4",
"version": "0.1.5",
"sidebar_action": {
"default_title": "Dissenter",
"default_panel": "sidebar/sidebar.html",
Expand Down

0 comments on commit 827e56c

Please sign in to comment.