Skip to content

Commit 0be1f98

Browse files
authored
Merge pull request #59 from penge/7_0
7.0
2 parents daa0f55 + c74c16a commit 0be1f98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "block-site",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Blocks access to distracting websites to improve your productivity.",
55
"author": "Pavel Bucka",
66
"license": "MIT",

public/manifest-chrome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Block Site",
44
"description": "Blocks access to distracting websites to improve your productivity.",
5-
"version": "6.0.0",
5+
"version": "7.0.0",
66
"icons": {
77
"32": "icon_32.png",
88
"128": "icon_128.png"

public/manifest-firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Block Site",
44
"description": "Blocks access to distracting websites to improve your productivity.",
5-
"version": "6.0.0",
5+
"version": "7.0.0",
66
"icons": {
77
"32": "icon_32.png",
88
"128": "icon_128.png"

0 commit comments

Comments
 (0)