diff --git a/manifest.json b/manifest.json index 0e4d35fcc..5cb78804d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "icloud-contacts-sync", "name": "iCloud Contacts Sync", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.15.0", "description": "Generate notes automatically from your iCloud contacts.", "author": "Schmavery", diff --git a/package-lock.json b/package-lock.json index bb3d87f34..36b727709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-icloud-contacts-sync", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-icloud-contacts-sync", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "vcf": "^2.1.1" diff --git a/package.json b/package.json index 097087009..240ec3558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icloud-contacts-sync", - "version": "1.1.1", + "version": "1.1.2", "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 c236f7fda..0c6e8bd87 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.1.2": "0.15.0" } \ No newline at end of file