From 77fe8f1e52e82fdfe0ada364a45115da0e926a8a Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Thu, 23 Nov 2023 08:30:22 +0900 Subject: [PATCH] release: 1.16.0 --- package.json | 2 +- public/manifest.firefox.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8a42f624..15fd014c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gossip-site-blocker", - "version": "1.15.5.1", + "version": "1.16.0", "license": "MIT", "author": "Hideki Ikemoto", "type": "module", diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index efc9e074..47dc9a3e 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.15.5.1", + "version": "1.16.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { diff --git a/public/manifest.json b/public/manifest.json index 9dc11ac7..c62f2765 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extensionName__", - "version": "1.15.5.1", + "version": "1.16.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": {