From 9c34e8d806f0d947f95fac94bc357d005a52202f Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 2 Oct 2025 09:16:15 +0200 Subject: [PATCH] chore: bump version to 0.0.2 - Version bump for working bookmark fetching functionality - Individual bookmark display is now working correctly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80cd4080..c280c3be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markr", - "version": "0.0.1", + "version": "0.0.2", "description": "A minimal nostr client for bookmark management", "type": "module", "scripts": {