Skip to content

Commit 150b864

Browse files
committed
Version bump before release
- fixed the mess in manifest, package and version jsons :-|
1 parent 8e6ed50 commit 150b864

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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": "custom-sort",
33
"name": "Custom File Explorer sorting",
4-
"version": "1.8.0",
4+
"version": "1.8.2",
55
"minAppVersion": "0.15.0",
66
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
77
"author": "SebastianMC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-custom-sort",
3-
"version": "1.8.0",
3+
"version": "1.8.2",
44
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"1.7.0": "0.15.0",
2929
"1.7.1": "0.15.0",
3030
"1.7.2": "0.15.0",
31-
"1.8.0": "0.15.0"
31+
"1.8.2": "0.15.0"
3232
}

0 commit comments

Comments
 (0)