diff --git a/bumpver.toml b/bumpver.toml index 03200dc..fc4c327 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2023.6.29" +current_version = "2023.8.7" 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 3726ac3..963251c 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.29", + "version": "2023.8.7", "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 61e5616..3e58d46 100755 --- a/platform/edge/manifest.json +++ b/platform/edge/manifest.json @@ -54,7 +54,7 @@ "storage", "activeTab" ], - "version": "2023.6.29", + "version": "2023.8.7", "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 9641bfb..5787c05 100755 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -61,7 +61,7 @@ "tabs", "" ], - "version": "2023.6.29", + "version": "2023.8.7", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": {