Skip to content

Commit b0dd3ca

Browse files
committed
chore: bump version to 1.0.1
1 parent f2cb9b1 commit b0dd3ca

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Extended Find & Replace",
44
"author": "Kotaindah55",
55
"description": "Overhaul editor find-and-replace functionality.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"minAppVersion": "1.6.2",
88
"isDesktopOnly": false
99
}

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extended-find-replace",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "main.js",
55
"description": "Overhaul editor find-and-replace functionality.",
66
"scripts": {
@@ -10,7 +10,9 @@
1010
"changelog": "npx tsx scripts/print-changelog.mts",
1111
"publish": "npx tsx scripts/publish.mts"
1212
},
13-
"keywords": ["obsidian-plugin"],
13+
"keywords": [
14+
"obsidian-plugin"
15+
],
1416
"author": "Kotaindah55",
1517
"license": "MIT",
1618
"type": "module",
@@ -29,4 +31,4 @@
2931
"tsx": "^4.19.3",
3032
"typescript": "^5.8.3"
3133
}
32-
}
34+
}

versions.json

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

0 commit comments

Comments
 (0)