diff --git a/package.json b/package.json index d8c1173..a9ee007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitfeed-client", - "version": "1.6.1", + "version": "1.6.2", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", diff --git a/src/components/ContactTab.svelte b/src/components/ContactTab.svelte index 2e2b24e..21ea647 100644 --- a/src/components/ContactTab.svelte +++ b/src/components/ContactTab.svelte @@ -9,12 +9,11 @@ import Mononaut from '../components/Mononaut.svelte'