diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 3595283..ea7bf14 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,8 @@ +## [1.3.0-0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.2.3...1.3.0-0) (2025-11-05) +### Features + +* add timeout settings for mobile and desktop in plugin configuration ([fba53b4](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/fba53b43fc239d8980524b7ba0f003e686b8246e)) + ## [1.2.0-0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.1.0...1.2.0-0) (2025-07-05) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index a6cfa7f..66dd582 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "1.2.3", + "version": "1.3.0-0", "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 ed98130..c840540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "1.2.3", + "version": "1.3.0-0", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,