From 5cd9940dde436cb5f9e0ebf9d17085d551560657 Mon Sep 17 00:00:00 2001 From: Schmavery Date: Thu, 10 Aug 2023 11:12:20 -0400 Subject: [PATCH] 1.0.4 --- manifest.json | 18 +++++++++--------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index c77e4bf73..a2601b988 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "icloud-contacts-sync", - "name": "iCloud Contacts Sync", - "version": "1.0.3", - "minAppVersion": "0.15.0", - "description": "Generate notes automatically from your iCloud contacts.", - "author": "Schmavery", - "authorUrl": "https://obsidian.md", - "isDesktopOnly": false -} + "id": "icloud-contacts-sync", + "name": "iCloud Contacts Sync", + "version": "1.0.4", + "minAppVersion": "0.15.0", + "description": "Generate notes automatically from your iCloud contacts.", + "author": "Schmavery", + "authorUrl": "https://obsidian.md", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b76c3aadc..693cbff12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-icloud-contacts-sync", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-icloud-contacts-sync", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "vcf": "^2.1.1" diff --git a/package.json b/package.json index 5c5ea06fc..d4e9ff821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icloud-contacts-sync", - "version": "1.0.3", + "version": "1.0.4", "description": "This is a plugin that syncs your contacts to Obsidian from iCloud.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1da423af9..1d7eb491b 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.0.4": "0.15.0" } \ No newline at end of file