Skip to content

Commit df49685

Browse files
chore: bump version to 1.1.2
1 parent b15d477 commit df49685

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": "abbrlink",
33
"name": "Abbrlink",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minAppVersion": "0.15.0",
66
"description": "Automatically generate permanent short links for your markdown files.",
77
"author": "Q78KG",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-plugin-abbrlink",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "An Obsidian plugin to generate permanent links for markdown files",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"1.0.9": "0.15.0",
99
"2.0.0": "0.15.0",
1010
"1.1.0": "0.15.0",
11-
"1.1.1": "0.15.0"
11+
"1.1.1": "0.15.0",
12+
"1.1.2": "0.15.0"
1213
}

0 commit comments

Comments
 (0)