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 Jan 26, 2024
1 parent 8d5ca13 commit fe98a27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "custom-sort",
"name": "Custom File Explorer sorting",
"version": "2.1.3",
"version": "2.1.4",
"minAppVersion": "0.16.2",
"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
@@ -1,6 +1,6 @@
{
"name": "obsidian-custom-sort",
"version": "2.1.3",
"version": "2.1.4",
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -37,5 +37,6 @@
"2.1.0": "0.16.2",
"2.1.1": "0.16.2",
"2.1.2": "0.16.2",
"2.1.3": "0.16.2"
"2.1.3": "0.16.2",
"2.1.4": "0.16.2"
}

0 comments on commit fe98a27

Please sign in to comment.