Skip to content

Commit

Permalink
Bump version to: 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Macbeth committed Nov 3, 2022
1 parent 13dd7d2 commit ebf15ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions addon/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Autoconsent",
"version": "2022.10.3",
"version": "2022.11.3",
"background": {
"scripts": [
"background.bundle.js"
Expand Down Expand Up @@ -29,4 +29,4 @@
"browser_style": true,
"default_title": "Autoconsent"
}
}
}
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": "2022.10.3",
"version": "2022.11.3",
"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckduckgo/autoconsent",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "dist/autoconsent.cjs.js",
"module": "dist/autoconsent.esm.js",
Expand Down Expand Up @@ -53,4 +53,4 @@
],
"onlyPublishWithReleaseLabel": true
}
}
}

0 comments on commit ebf15ca

Please sign in to comment.