From c74c16abca3c7fd2bc4b06880a15637438180a6a Mon Sep 17 00:00:00 2001 From: penge Date: Fri, 30 Jun 2023 18:49:43 +0200 Subject: [PATCH] 7.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 3f765ff..b6c39fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "block-site", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "block-site", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "dayjs": "^1.11.6" diff --git a/package.json b/package.json index 03b6a72..36cf892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-site", - "version": "6.0.0", + "version": "7.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 96bd96f..f2a7ccf 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": "6.0.0", + "version": "7.0.0", "icons": { "32": "icon_32.png", "128": "icon_128.png" diff --git a/public/manifest-firefox.json b/public/manifest-firefox.json index 650f0c2..9a66c22 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": "6.0.0", + "version": "7.0.0", "icons": { "32": "icon_32.png", "128": "icon_128.png"