From beda38bcb23be4d75aa6c6ba75e012124358d1b9 Mon Sep 17 00:00:00 2001 From: Truls Aagaard Date: Tue, 13 Aug 2024 10:23:51 +0200 Subject: [PATCH] 0.4.8 --- 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 0610068..2f003c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "icloud-contacts", "name": "iCloud Contacts", - "version": "0.4.7", + "version": "0.4.8", "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 38b0d1e..bce956b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-icloud-contacts", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-icloud-contacts", - "version": "0.4.7", + "version": "0.4.8", "license": "GPL-3.0", "dependencies": { "@types/node": "^20.11.20", diff --git a/package.json b/package.json index bcefc35..d2057ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icloud-contacts", - "version": "0.4.7", + "version": "0.4.8", "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 3aba279..e722821 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "0.4.4": "0.15.8", "0.4.5": "0.15.8", "0.4.6": "0.15.8", - "0.4.7": "0.15.8" + "0.4.7": "0.15.8", + "0.4.8": "0.15.8" } \ No newline at end of file