Had the wrong noted version. Changed to 0.1.0

This commit is contained in:
Jalad 2026-04-27 01:59:46 -05:00
parent 5add2f630d
commit 74544053d9
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,3 @@
{
"1.0.0": "1.12.7"
"0.1.0": "1.12.7"
}