We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dbd21 commit 4c202f1Copy full SHA for 4c202f1
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "smart-rename",
3
"name": "Smart Rename",
4
- "version": "1.1.1",
+ "version": "1.1.2",
5
"minAppVersion": "1.1.0",
6
"description": "Renames notes keeping previous title in existing links",
7
"author": "mnaoumov",
package.json
@@ -1,6 +1,6 @@
"name": "smart-rename",
"scripts": {
"build": "tsc --build && tsx esbuild.config.ts production",
versions.json
@@ -2,5 +2,6 @@
"1.0.0": "1.1.0",
"1.0.1": "1.1.0",
"1.1.0": "1.1.0",
- "1.1.1": "1.1.0"
+ "1.1.1": "1.1.0",
+ "1.1.2": "1.1.0"
}
0 commit comments