diff --git a/bumpver.toml b/bumpver.toml index 5478bf6..69a6c1e 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2023.6.24" +current_version = "2023.6.26" version_pattern = "YYYY.MM.DD[.INC0]" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/platform/chrome/manifest.json b/platform/chrome/manifest.json index 9f64169..f3ba755 100755 --- a/platform/chrome/manifest.json +++ b/platform/chrome/manifest.json @@ -55,7 +55,7 @@ "activeTab" ], "update_url": "http://clients2.google.com/service/update2/crx", - "version": "2023.6.24", + "version": "2023.6.26", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" diff --git a/platform/edge/manifest.json b/platform/edge/manifest.json index f802f58..a6a8000 100755 --- a/platform/edge/manifest.json +++ b/platform/edge/manifest.json @@ -54,7 +54,7 @@ "storage", "activeTab" ], - "version": "2023.6.24", + "version": "2023.6.26", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 47a51bd..26618ef 100755 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -61,7 +61,7 @@ "tabs", "" ], - "version": "2023.6.24", + "version": "2023.6.26", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": {