diff --git a/manifest.json b/manifest.json index 9a93f3044..f210e577f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "icloud-contacts-sync", "name": "iCloud Contacts Sync", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "This is a plugin that syncs your contacts from iCloud.", "author": "Obsidian", diff --git a/package-lock.json b/package-lock.json index 1aee72a6b..b76c3aadc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-icloud-contacts-sync", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-icloud-contacts-sync", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "vcf": "^2.1.1" diff --git a/package.json b/package.json index 588b02295..5c5ea06fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icloud-contacts-sync", - "version": "1.0.2", + "version": "1.0.3", "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 03d60fe83..1da423af9 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file