Skip to content

Commit 02d6532

Browse files
authored
Merge pull request #73 from penge/8_1
8.1
2 parents 4eabce4 + 8a5d831 commit 02d6532

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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": "8.0.0",
3+
"version": "8.1.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": "8.0",
5+
"version": "8.1",
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": "8.0",
5+
"version": "8.1",
66
"icons": {
77
"32": "icon_32.png",
88
"128": "icon_128.png"

0 commit comments

Comments
 (0)