Skip to content

Commit 75770e9

Browse files
committed
chore: bump version to 5.0.0
1 parent 92e06b0 commit 75770e9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Arcify: Arc like vertical tab spaces",
4-
"version": "4.0.3",
4+
"version": "5.0.0",
55
"description": "A sidebar extension that replicates Arc browser's tab management system",
66
"permissions": [
77
"tabs",
@@ -41,7 +41,9 @@
4141
}
4242
],
4343
"externally_connectable": {
44-
"ids": ["*"]
44+
"ids": [
45+
"*"
46+
]
4547
},
4648
"icons": {
4749
"128": "assets/icon.png"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arcify",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "A sidebar extension that replicates Arc browser's tab management system",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)