Skip to content

Commit

Permalink
Bump version to: 10.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Macbeth committed Apr 12, 2024
1 parent 81b1091 commit fca12b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Autoconsent",
"version": "2024.4.2",
"version": "2024.4.12",
"background": {
"scripts": [
"background.bundle.js"
Expand Down
2 changes: 1 addition & 1 deletion addon/manifest.mv3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Autoconsent",
"version": "2024.4.2",
"version": "2024.4.12",
"background": {
"service_worker": "background.bundle.js"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckduckgo/autoconsent",
"version": "10.5.0",
"version": "10.6.0",
"description": "",
"main": "dist/autoconsent.cjs.js",
"module": "dist/autoconsent.esm.js",
Expand Down

0 comments on commit fca12b1

Please sign in to comment.