Skip to content

Commit

Permalink
Bump version 2023.12.15.1 -> 2023.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekplus committed Dec 19, 2023
1 parent 0489b86 commit c5e727f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2023.12.15.1"
current_version = "2023.12.19"
version_pattern = "YYYY.MM.DD[.INC0]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion platform/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"activeTab"
],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "2023.12.15.1",
"version": "2023.12.19",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
Expand Down
2 changes: 1 addition & 1 deletion platform/edge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"storage",
"activeTab"
],
"version": "2023.12.15.1",
"version": "2023.12.19",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
Expand Down
2 changes: 1 addition & 1 deletion platform/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"tabs",
"<all_urls>"
],
"version": "2023.12.15.1",
"version": "2023.12.19",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"commands": {
Expand Down

0 comments on commit c5e727f

Please sign in to comment.