diff --git a/manifest.chrome.json b/manifest.chrome.json index 6dd9f9a..2cd35b1 100644 --- a/manifest.chrome.json +++ b/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, diff --git a/manifest.edge.json b/manifest.edge.json index 6dd9f9a..2cd35b1 100644 --- a/manifest.edge.json +++ b/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, diff --git a/manifest.firefox.json b/manifest.firefox.json index 2164881..1801605 100644 --- a/manifest.firefox.json +++ b/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": [ diff --git a/manifest.opera.json b/manifest.opera.json index 6dd9f9a..2cd35b1 100644 --- a/manifest.opera.json +++ b/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, diff --git a/package-lock.json b/package-lock.json index f737ec5..ac3534d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cookie-editor", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8c8edf3..523677a 100644 --- a/package.json +++ b/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"