Skip to content

Commit 28f9601

Browse files
committed
Make version 1.0.1
1 parent c6f7b07 commit 28f9601

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "smart-rename",
3-
"name": "Smart Rename",
4-
"version": "1.0.0",
5-
"minAppVersion": "1.1.0",
6-
"description": "Renames notes keeping previous title in existing links",
7-
"author": "mnaoumov",
8-
"authorUrl": "https://github.com/mnaoumov",
9-
"isDesktopOnly": false
10-
}
2+
"id": "smart-rename",
3+
"name": "Smart Rename",
4+
"version": "1.0.1",
5+
"minAppVersion": "1.1.0",
6+
"description": "Renames notes keeping previous title in existing links",
7+
"author": "mnaoumov",
8+
"authorUrl": "https://github.com/mnaoumov",
9+
"isDesktopOnly": false
10+
}

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.0.0",
3+
"version": "1.0.1",
44
"description": "Renames notes keeping previous title in existing links",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "1.1.0"
3-
}
2+
"1.0.0": "1.1.0",
3+
"1.0.1": "1.1.0"
4+
}

0 commit comments

Comments
 (0)