Skip to content

Commit

Permalink
Bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Oct 14, 2023
1 parent 312d568 commit 6b132c4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.1",
"version": "1.12.2",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.edge.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.1",
"version": "1.12.2",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.1",
"version": "1.12.2",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.opera.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.1",
"version": "1.12.2",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.safari.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.1",
"version": "1.12.2",
"author": "Moustachauve",
"description": "Simple powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab",
"offline_enabled": true,
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": "cookie-editor",
"version": "1.12.1",
"version": "1.12.2",
"repository": {
"type": "git",
"url": "https://github.com/Moustachauve/cookie-editor.git"
Expand Down

0 comments on commit 6b132c4

Please sign in to comment.