Skip to content

Commit 5762a28

Browse files
authored
chore: release v3.3.0 (#1353)
1 parent 60c172a commit 5762a28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

add-on/manifest.common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"manifest_version": 3,
33
"name": "__MSG_manifest_extensionName__",
44
"short_name": "__MSG_manifest_shortExtensionName__",
5-
"version": "3.2.0",
5+
"version": "3.3.0",
66
"description": "__MSG_manifest_extensionDescription__",
7-
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
7+
"homepage_url": "https://github.com/ipfs/ipfs-companion",
88
"author": "IPFS Community",
99
"icons": {
1010
"19": "icons/png/ipfs-logo-on_19.png",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "ipfs-companion",
3-
"version": "3.1.0",
4-
"homepage": "https://github.com/ipfs-shipyard/ipfs-companion",
3+
"version": "3.3.0",
4+
"homepage": "https://github.com/ipfs/ipfs-companion",
55
"license": "CC0-1.0",
66
"leadMaintainer": "Marcin Rataj <[email protected]>",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ipfs-shipyard/ipfs-companion.git"
9+
"url": "https://github.com/ipfs/ipfs-companion.git"
1010
},
1111
"type": "module",
1212
"sideEffects": [

0 commit comments

Comments
 (0)