Skip to content

Commit

Permalink
Version bump before release
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMC committed Sep 29, 2022
1 parent 4f0937c commit ab1dfdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "custom-sort",
"name": "Custom File Explorer sorting",
"version": "0.8.1",
"version": "0.8.2",
"minAppVersion": "0.15.0",
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
"author": "SebastianMC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-custom-sort",
"version": "0.8.1",
"version": "0.8.2",
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"0.7.1": "0.15.0",
"0.7.2": "0.15.0",
"0.8.0": "0.15.0",
"0.8.1": "0.15.0"
"0.8.1": "0.15.0",
"0.8.2": "0.15.0"
}

0 comments on commit ab1dfdf

Please sign in to comment.