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" }