diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 85a8af5..1d9e4d5 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,5 @@ +## [1.3.0-9](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-8...1.3.0-9) (2025-11-08) + ## [1.3.0-8](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-7...1.3.0-8) (2025-11-07) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 87e82ca..e0d1bc4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "1.3.0-8", + "version": "1.3.0-9", "minAppVersion": "1.8.9", "description": "Automagically add color to roots folders and customize them with Style Settings.", "author": "Mara-Li", diff --git a/package.json b/package.json index b34cc1f..ea2cba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "1.3.0-8", + "version": "1.3.0-9", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,