From 027d9b56bc860ed28868a536d80d512a10c36418 Mon Sep 17 00:00:00 2001 From: Nano Anderson Date: Fri, 29 Dec 2023 03:06:34 -1000 Subject: [PATCH] Bump to 2.0.1 (14) --- MainConfig.xcconfig | 4 ++-- Shared (Extension)/Resources/manifest.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/MainConfig.xcconfig b/MainConfig.xcconfig index 24167ac..1c43005 100644 --- a/MainConfig.xcconfig +++ b/MainConfig.xcconfig @@ -1,2 +1,2 @@ -MARKETING_VERSION = 2.0.0 -CURRENT_PROJECT_VERSION = 13 // this needs to be increased with each version change as well (not set to 1 when version is updated) +MARKETING_VERSION = 2.0.1 +CURRENT_PROJECT_VERSION = 14 // this needs to be increased with each version change as well (not set to 1 when version is updated) diff --git a/Shared (Extension)/Resources/manifest.json b/Shared (Extension)/Resources/manifest.json index 4cce2fc..1e6936d 100644 --- a/Shared (Extension)/Resources/manifest.json +++ b/Shared (Extension)/Resources/manifest.json @@ -4,7 +4,7 @@ "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "2.0.0", + "version": "2.0.1", "icons": { "512": "images/Icon.png" @@ -14,7 +14,8 @@ "scripts": [ "background.js" ], - "service_worker": "background.js" + "service_worker": "background.js", + "persistent": false }, "browser_action": {