We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84da21e commit 6ea3b24Copy full SHA for 6ea3b24
.dockerignore
@@ -1,7 +1,7 @@
1
-vendor
2
-build
3
-coverage/
4
-node_modules
5
-add-on/dist
6
-firefox
7
-package-lock.json
+/vendor
+/build
+/coverage/
+/node_modules
+/add-on/dist
+/firefox
+/package-lock.json
add-on/manifest.common.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_manifest_extensionName__",
"short_name": "__MSG_manifest_shortExtensionName__",
- "version": "2.13.0",
+ "version": "2.13.1",
"description": "__MSG_manifest_extensionDescription__",
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
8
"author": "IPFS Community",
0 commit comments