From 6b132c465f66fc8d2c8a82eb4dba32a123d8b254 Mon Sep 17 00:00:00 2001 From: Christophe Gagnier Date: Sat, 14 Oct 2023 17:57:40 -0400 Subject: [PATCH] Bump version to 0.12.2 --- manifest.chrome.json | 2 +- manifest.edge.json | 2 +- manifest.firefox.json | 2 +- manifest.opera.json | 2 +- manifest.safari.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.chrome.json b/manifest.chrome.json index 5d75882..397ef98 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -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, diff --git a/manifest.edge.json b/manifest.edge.json index 42ad442..c9480d7 100644 --- a/manifest.edge.json +++ b/manifest.edge.json @@ -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, diff --git a/manifest.firefox.json b/manifest.firefox.json index b5c85c1..a1c92db 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -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": { diff --git a/manifest.opera.json b/manifest.opera.json index 4d7ea42..43f5b2c 100644 --- a/manifest.opera.json +++ b/manifest.opera.json @@ -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, diff --git a/manifest.safari.json b/manifest.safari.json index 91a8cb6..b2cc0f5 100644 --- a/manifest.safari.json +++ b/manifest.safari.json @@ -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, diff --git a/package-lock.json b/package-lock.json index 786963d..2bd0d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cookie-editor", - "version": "1.12.1", + "version": "1.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cookie-editor", - "version": "1.12.1", + "version": "1.12.2", "license": "GPL-3.0-only", "devDependencies": { "eslint": "^8.47.0", diff --git a/package.json b/package.json index 04a91f3..79651c5 100644 --- a/package.json +++ b/package.json @@ -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"