From f99c29ce78b58a4a17d35f33f0d3e257f9d4dadc Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 2 Oct 2025 07:18:34 +0200 Subject: [PATCH] chore: set initial version to 0.0.1 - Update package.json version from 0.1.0 to 0.0.1 - This represents the initial MVP release of markr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47869e18..19a3ea69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markr", - "version": "0.1.0", + "version": "0.0.1", "description": "A minimal nostr client for bookmark management", "type": "module", "scripts": {