Skip to content

Commit 4c202f1

Browse files
committed
1.1.2
1 parent a0dbd21 commit 4c202f1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "smart-rename",
33
"name": "Smart Rename",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minAppVersion": "1.1.0",
66
"description": "Renames notes keeping previous title in existing links",
77
"author": "mnaoumov",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smart-rename",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Renames notes keeping previous title in existing links",
55
"scripts": {
66
"build": "tsc --build && tsx esbuild.config.ts production",

versions.json

Lines changed: 2 additions & 1 deletion
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.1.0": "1.1.0",
5-
"1.1.1": "1.1.0"
5+
"1.1.1": "1.1.0",
6+
"1.1.2": "1.1.0"
67
}

0 commit comments

Comments
 (0)