Skip to content

Commit e22804d

Browse files
authored
Merge pull request #71 from penge/8_0
8.0
2 parents 3d0afd1 + 77d561f commit e22804d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

public/manifest-chrome.json

Lines changed: 1 addition & 1 deletion
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": "7.0.2",
5+
"version": "8.0",
66
"icons": {
77
"32": "icon_32.png",
88
"128": "icon_128.png"

public/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
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": "7.0.2",
5+
"version": "8.0",
66
"icons": {
77
"32": "icon_32.png",
88
"128": "icon_128.png"

0 commit comments

Comments
 (0)