Skip to content

Commit 90b06e0

Browse files
author
Pavel Vojtěchovský
committed
Release 1.0.4
1 parent 5e8114d commit 90b06e0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "link-with-alias",
33
"name": "Link with alias",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"minAppVersion": "1.1.0",
66
"description": "Creates links and aliases in front matter of target document",
77
"author": "Pavel Vojtěchovský",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-link-with-alias",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Creates links and aliases in front matter of target document",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "1.1.0",
33
"1.0.1": "1.1.0",
44
"1.0.2": "1.1.0",
5-
"1.0.3": "1.1.0"
5+
"1.0.3": "1.1.0",
6+
"1.0.4": "1.1.0"
67
}

0 commit comments

Comments
 (0)