diff --git a/manifest-chrome.json b/manifest-chrome.json index 62730ff..18c4f78 100644 --- a/manifest-chrome.json +++ b/manifest-chrome.json @@ -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" diff --git a/manifest-firefox.json b/manifest-firefox.json index b14be3e..d79e326 100644 --- a/manifest-firefox.json +++ b/manifest-firefox.json @@ -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" diff --git a/manifest.json b/manifest.json index 62730ff..18c4f78 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/package.json b/package.json index 906475f..90f90a6 100644 --- a/package.json +++ b/package.json @@ -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": {