Skip to content

Commit 382426b

Browse files
author
Pavel Vojtěchovský
committed
Release 1.0.11
1 parent 733e493 commit 382426b

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.10",
4+
"version": "1.0.11",
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.10",
3+
"version": "1.0.11",
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
@@ -9,5 +9,6 @@
99
"1.0.7": "1.1.0",
1010
"1.0.8": "1.1.0",
1111
"1.0.9": "1.1.0",
12-
"1.0.10": "1.1.0"
12+
"1.0.10": "1.1.0",
13+
"1.0.11": "1.1.0"
1314
}

0 commit comments

Comments
 (0)