From 0a67bd69355025f3db4fdfab2257c9676c8042e1 Mon Sep 17 00:00:00 2001 From: Truls Aagaard Date: Tue, 13 Aug 2024 09:29:08 +0200 Subject: [PATCH] 0.4.2 --- 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 b578db4..f4c3d58 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "icloud-contacts", "name": "iCloud Contacts", - "version": "0.4.1", + "version": "0.4.2", "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 16ecfbf..5c342a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-icloud-contacts", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-icloud-contacts", - "version": "0.4.1", + "version": "0.4.2", "license": "GPL-3.0", "dependencies": { "@types/node": "^20.11.20", diff --git a/package.json b/package.json index f37181c..9e834f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icloud-contacts", - "version": "0.4.1", + "version": "0.4.2", "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 7d61e75..1df3eea 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "0.3.12": "0.15.8", "0.3.13": "0.15.8", "0.4.0": "0.15.8", - "0.4.1": "0.15.8" + "0.4.1": "0.15.8", + "0.4.2": "0.15.8" } \ No newline at end of file