From 74544053d9cb9b21dfe4ae92be76ff45f37c7aea Mon Sep 17 00:00:00 2001 From: Jalad Date: Mon, 27 Apr 2026 01:59:46 -0500 Subject: [PATCH] Had the wrong noted version. Changed to 0.1.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3191d82..379efef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "contact-note", "name": "Contact Note", - "version": "1.0.0", + "version": "0.1.0", "minAppVersion": "1.12.7", "description": "Manage and browse contacts stored as notes, with auto-generated contact cards and a searchable list view.", "author": "Jalad", diff --git a/package.json b/package.json index f5629d8..09efb01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contact-note", - "version": "1.0.0", + "version": "0.1.0", "description": "Manage and browse contacts stored as notes, with auto-generated contact cards and a searchable list view.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1944e82..83823b4 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "1.12.7" + "0.1.0": "1.12.7" }