diff --git a/manifest.json b/manifest.json index 423b331..8cdfeac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-title-as-link-text", "name": "Title As Link Text", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "This plugin improves the behaviour of Markdown-style links in Obsidian.", "author": "Lex Toumbourou", diff --git a/package.json b/package.json index d387cc2..f63349b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "obsidian-title-as-link-text", - "version": "1.0.1", "description": "A plugin that provides better Markdown links in Obsidian", "main": "main.js", "scripts": {