From 8b6172b7e2d94a801fab9609cf3bca116b4e744f Mon Sep 17 00:00:00 2001 From: penge Date: Wed, 28 Jun 2023 12:38:06 +0200 Subject: [PATCH] 6.0 --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest-chrome.json | 2 +- public/manifest-firefox.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a828569..3f765ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "block-site", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "block-site", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "dayjs": "^1.11.6" diff --git a/package.json b/package.json index 3a14bab..03b6a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-site", - "version": "5.0.0", + "version": "6.0.0", "description": "Blocks access to distracting websites to improve your productivity.", "author": "Pavel Bucka", "license": "MIT", diff --git a/public/manifest-chrome.json b/public/manifest-chrome.json index bf974a2..96bd96f 100644 --- a/public/manifest-chrome.json +++ b/public/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Block Site", "description": "Blocks access to distracting websites to improve your productivity.", - "version": "5.0.0", + "version": "6.0.0", "icons": { "32": "icon_32.png", "128": "icon_128.png" diff --git a/public/manifest-firefox.json b/public/manifest-firefox.json index d2168e0..650f0c2 100644 --- a/public/manifest-firefox.json +++ b/public/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Block Site", "description": "Blocks access to distracting websites to improve your productivity.", - "version": "5.0.0", + "version": "6.0.0", "icons": { "32": "icon_32.png", "128": "icon_128.png"