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