Skip to content

Commit 6ea3b24

Browse files
committed
chore: v2.13.1
1 parent 84da21e commit 6ea3b24

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.dockerignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
vendor
2-
build
3-
coverage/
4-
node_modules
5-
add-on/dist
6-
firefox
7-
package-lock.json
1+
/vendor
2+
/build
3+
/coverage/
4+
/node_modules
5+
/add-on/dist
6+
/firefox
7+
/package-lock.json

add-on/manifest.common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_manifest_extensionName__",
44
"short_name": "__MSG_manifest_shortExtensionName__",
5-
"version": "2.13.0",
5+
"version": "2.13.1",
66
"description": "__MSG_manifest_extensionDescription__",
77
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
88
"author": "IPFS Community",

0 commit comments

Comments
 (0)