From 94cc9edccacda3ac7326f91b80081bfebe007c4b Mon Sep 17 00:00:00 2001 From: Truls Aagaard Date: Fri, 8 Mar 2024 22:42:42 +0100 Subject: [PATCH] 0.3.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index e593fcc..095fce0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "icloud-contacts", "name": "iCloud Contacts", - "version": "0.3.2", + "version": "0.3.3", "minAppVersion": "0.15.8", "description": "Imports contacts from iCloud and manages a note for each contact.", "author": "Truls Aagaard", diff --git a/package-lock.json b/package-lock.json index b18289c..adb29c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-icloud-contacts", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-icloud-contacts", - "version": "0.3.2", + "version": "0.3.3", "license": "GPL-3.0", "dependencies": { "@types/node": "^20.11.20", diff --git a/package.json b/package.json index 35b82d6..c37c0c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icloud-contacts", - "version": "0.3.2", + "version": "0.3.3", "description": "Imports contacts from iCloud and manages a note for each contact.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8c0e0ba..e7ccd7f 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "0.2.5": "0.15.0", "0.3.0": "0.15.8", "0.3.1": "0.15.8", - "0.3.2": "0.15.8" + "0.3.2": "0.15.8", + "0.3.3": "0.15.8" } \ No newline at end of file