We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8114d commit 90b06e0Copy full SHA for 90b06e0
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "link-with-alias",
3
"name": "Link with alias",
4
- "version": "1.0.3",
+ "version": "1.0.4",
5
"minAppVersion": "1.1.0",
6
"description": "Creates links and aliases in front matter of target document",
7
"author": "Pavel Vojtěchovský",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-link-with-alias",
"main": "main.js",
"scripts": {
versions.json
@@ -2,5 +2,6 @@
"1.0.0": "1.1.0",
"1.0.1": "1.1.0",
"1.0.2": "1.1.0",
- "1.0.3": "1.1.0"
+ "1.0.3": "1.1.0",
+ "1.0.4": "1.1.0"
}
0 commit comments