diff --git a/manifest.json b/manifest.json index 80fa364..f047008 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-sort", "name": "Custom File Explorer sorting", - "version": "2.1.2", + "version": "2.1.3", "minAppVersion": "0.16.2", "description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer", "author": "SebastianMC", diff --git a/package.json b/package.json index ebf7b81..d95e0cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-sort", - "version": "2.1.2", + "version": "2.1.3", "description": "Custom Sort plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 318ac53..e935bd7 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "2.0.2": "0.16.2", "2.1.0": "0.16.2", "2.1.1": "0.16.2", - "2.1.2": "0.16.2" + "2.1.2": "0.16.2", + "2.1.3": "0.16.2" }