From 4af345375d00c759aa90de6ce07655d114ee4b9b Mon Sep 17 00:00:00 2001 From: DareFox <47672780+DareFox@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:19:45 +0300 Subject: [PATCH] project: push version to 1.1.0 --- manifest-chrome.json | 2 +- manifest-firefox.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {