We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a54180 commit 3b175b2Copy full SHA for 3b175b2
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@konemono/nostr-share-component",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"type": "module",
5
"main": "dist/nostr-share-component.umd.js",
6
"module": "dist/nostr-share-component.es.js",
src/lib/NostrShare.svelte
@@ -38,6 +38,7 @@
38
39
<button
40
part="button"
41
+ title="Share on Nostr"
42
data-nostr-share={buttonType}
43
onclick={handleClickOpenDialog}
44
>
0 commit comments