diff --git a/.dockerignore b/.dockerignore index 99d4b685d..bf793f62f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,7 @@ -vendor -build -coverage/ -node_modules -add-on/dist -firefox -package-lock.json +/vendor +/build +/coverage/ +/node_modules +/add-on/dist +/firefox +/package-lock.json diff --git a/add-on/manifest.common.json b/add-on/manifest.common.json index 045f5314e..1b7e3fb67 100644 --- a/add-on/manifest.common.json +++ b/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", "author": "IPFS Community",