diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be3043..65fbe7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.0.6](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.5...0.0.6) (2025-03-19) + ## [0.0.5](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.4...0.0.5) (2025-03-19) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index d87376c..b87feba 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "1.5.12", "description": "Automagically add color to root folder, and customize it with Style Settings.", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index d87376c..b87feba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "1.5.12", "description": "Automagically add color to root folder, and customize it with Style Settings.", "author": "Mara-Li", diff --git a/package.json b/package.json index 7998a67..3b726ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "0.0.5", + "version": "0.0.6", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,