Skip to content

Commit a468ce9

Browse files
chore: bump version to 1.1.0
1 parent a274649 commit a468ce9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.0.9",
4+
"version": "1.1.0",
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.0.9",
3+
"version": "1.1.0",
44
"description": "An Obsidian plugin to generate permanent links for markdown files",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"1.0.6": "0.15.0",
66
"1.0.7": "0.15.0",
77
"1.0.8": "0.15.0",
8-
"1.0.9": "0.15.0"
8+
"1.0.9": "0.15.0",
9+
"2.0.0": "0.15.0",
10+
"1.1.0": "0.15.0"
911
}

0 commit comments

Comments
 (0)