Skip to content

Commit d6802a6

Browse files
committed
Versions bump for release
1 parent 55580ae commit d6802a6

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": "custom-sort",
33
"name": "Custom File Explorer sorting",
4-
"version": "0.7.1",
4+
"version": "0.7.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 <SebastianMC.github@gmail.com>",

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": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.6.1": "0.12.0",
66
"0.6.2": "0.12.0",
77
"0.7.0": "0.15.0",
8-
"0.7.1": "0.15.0"
8+
"0.7.1": "0.15.0",
9+
"0.7.2": "0.15.0"
910
}

0 commit comments

Comments
 (0)