diff --git a/manifest.json b/manifest.json index 6a04f04..71ae25c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "auto-card-link", "name": "Auto Card Link", - "version": "1.2.2", + "version": "1.2.3", "minAppVersion": "0.12.0", "description": "Automatically fetches metadata from a url and makes it as a card-styled link", "author": "Nekoshita Yuki", "authorUrl": "https://github.com/nekoshita", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 81149cf..651dabe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-auto-card-link", - "version": "1.2.2", + "version": "1.2.3", "description": "Automatically fetches metadata from a url and makes it as a card-styled link", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 11641d0..f35c321 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.1.2": "0.12.0", "1.2.0": "0.12.0", "1.2.1": "0.12.0", - "1.2.2": "0.12.0" -} + "1.2.2": "0.12.0", + "1.2.3": "0.12.0" +} \ No newline at end of file