From eb6702c29df85ff1d8b73dbea19c93411f1e13d0 Mon Sep 17 00:00:00 2001 From: wong2 Date: Fri, 3 Feb 2023 00:03:42 +0800 Subject: [PATCH] Release v1.16.3 --- src/manifest.json | 2 +- src/manifest.v2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 0c32f224..eb89c1bc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.16.2", + "version": "1.16.3", "manifest_version": 3, "icons": { "16": "logo.png", diff --git a/src/manifest.v2.json b/src/manifest.v2.json index 6a9117a1..bef1b8bb 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.16.2", + "version": "1.16.3", "manifest_version": 2, "icons": { "16": "logo.png",