diff --git a/manifest.json b/manifest.json index cad00f3..101ded8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-auto-link-title", "name": "Auto Link Title", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "0.12.17", "description": "This plugin automatically fetches the titles of links from the web", "author": "Matt Furden", diff --git a/package.json b/package.json index 028a0ff..90b8783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-auto-link-title", - "version": "1.5.1", + "version": "1.5.2", "description": "Automatically fetches the titles of links from the web and formats link when pasted", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5238797..929163d 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.5.2": "0.12.17", "1.5.1": "0.12.17", "1.5.0": "0.12.17", "1.4.1": "0.12.17",