Skip to content

Commit

Permalink
project: push version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DareFox committed Jun 2, 2024
1 parent 7e959ae commit 4af3453
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "I HATE FAKE PNG",
"description": "Browser extension that filters out non-transparent images from search results",
"version": "1.0",
"version": "1.1.0",
"action": {
"default_icon": "png.png",
"default_popup": "out/options.html"
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "I HATE FAKE PNG",
"description": "Browser extension that filters out non-transparent images from search results",
"version": "1.0",
"version": "1.1.0",
"action": {
"default_icon": "png.png",
"default_popup": "out/options.html"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "I HATE FAKE PNG",
"description": "Browser extension that filters out non-transparent images from search results",
"version": "1.0",
"version": "1.1.0",
"action": {
"default_icon": "png.png",
"default_popup": "out/options.html"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ihatefakepng",
"version": "1.0.0",
"version": "1.1.0",
"description": "Browser extension that filters out non-transparent images from search results when using specific words like \"png\"",
"main": "out/background.js",
"scripts": {
Expand Down

0 comments on commit 4af3453

Please sign in to comment.