Skip to content

Commit

Permalink
Bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Apr 6, 2021
1 parent 56ca7d7 commit 84df79c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.10.0",
"version": "1.10.1",
"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
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.10.0",
"version": "1.10.1",
"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
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.10.0",
"version": "1.10.1",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"background": {
"scripts": [
Expand Down
2 changes: 1 addition & 1 deletion manifest.opera.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.10.0",
"version": "1.10.1",
"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 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
@@ -1,6 +1,6 @@
{
"name": "cookie-editor",
"version": "1.10.0",
"version": "1.10.1",
"repository": {
"type": "git",
"url": "https://github.com/Moustachauve/cookie-editor.git"
Expand Down

0 comments on commit 84df79c

Please sign in to comment.