diff --git a/manifest.json b/manifest.json index 492aa0e..cecaf20 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "folder-file-splitter", "name": "FolderFile Splitter", - "version": "0.2.9", + "version": "0.2.10", "minAppVersion": "1.5.7", "description": "Splits folder and file lists into separate views, simplifying navigation, improving clarity, and making it more intuitive to organize your notes.", "author": "Xu Quan", diff --git a/package-lock.json b/package-lock.json index 4926862..aaa6f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folder-file-splitter", - "version": "0.2.9", + "version": "0.2.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "folder-file-splitter", - "version": "0.2.9", + "version": "0.2.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 400e030..8209f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folder-file-splitter", - "version": "0.2.9", + "version": "0.2.10", "description": "This is an Obsidian plugin", "main": "main.js", "scripts": {