From ce1de8af3b96a611e626e7a439af05ee03ba988b Mon Sep 17 00:00:00 2001 From: bluecaret Date: Sun, 6 Aug 2023 11:26:06 -0700 Subject: [PATCH] Bump version to 4.1.0 --- manifest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.config.js b/manifest.config.js index 45325fd5..2f6642ad 100644 --- a/manifest.config.js +++ b/manifest.config.js @@ -6,8 +6,8 @@ const getManifestSettings = (env) => { short_name: 'CaretTab', name: env.mode === 'beta' ? 'CaretTab BETA' : '__MSG_appName__', description: env.mode === 'beta' ? 'Beta version of the New Tab extension, CaretTab' : '__MSG_appDesc__', - version: `4.0.4`, - version_name: `4.0.4`, + version: `4.1.0`, + version_name: `4.1.0`, default_locale: 'en', icons: { 16: 'img/icon16.png',