Major version bump to 1.0.0 - first release after being officially in the Obsidian community plugins at https://obsidian.md/plugins
This commit is contained in:
parent
29f3a16dce
commit
7496c56051
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "custom-sort",
|
||||
"name": "Custom File Explorer sorting",
|
||||
"version": "0.8.4",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
|
||||
"author": "SebastianMC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-custom-sort",
|
||||
"version": "0.8.4",
|
||||
"version": "1.0.0",
|
||||
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -11,5 +11,6 @@
|
|||
"0.8.1": "0.15.0",
|
||||
"0.8.2": "0.15.0",
|
||||
"0.8.3": "0.15.0",
|
||||
"0.8.4": "0.15.0"
|
||||
"0.8.4": "0.15.0",
|
||||
"1.0.0": "0.15.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue