Skip to content

Commit

Permalink
Bumped version to 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mehmet Baker <[email protected]>
  • Loading branch information
mehmetb committed Nov 11, 2023
1 parent 266e939 commit 17a9999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "dimmer",
"version": "3.1.0",
"version": "3.2.0",
"description": "A browser extension to dim web pages.",

"author": "Mehmet Baker",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dimmer",
"version": "3.1.0",
"version": "3.2.0",
"description": "A browser extension to dim web pages",
"main": "index.js",
"scripts": {
"build": "web-ext build --overwrite-dest -i package.json README.md yarn.lock \"**-profile\" demo.gif _config.yml",
"build": "web-ext build --overwrite-dest -i \"*.code-workspace\" package.json README.md yarn.lock \"**-profile\" demo.gif _config.yml",
"dev": "env-cmd -x --use-shell web-ext run -u https://wikipedia.com --verbose --firefox-profile=\"\\$LIGHT_MODE_PROFILE\"",
"dev-dark": "env-cmd -x web-ext run --verbose -u https://wikipedia.com --firefox-profile=\"\\$DARK_MODE_PROFILE\"",
"lint": "eslint content_scripts/*.js popup/*.js background.js",
Expand Down

0 comments on commit 17a9999

Please sign in to comment.