diff --git a/manifest.json b/manifest.json index 88b361a..6de77fa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "treefocus", "name": "TreeFocus", - "version": "0.3.4", + "version": "0.3.5", "minAppVersion": "1.2.0", "description": "Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.", "author": "iOSonntag", diff --git a/package.json b/package.json index d5f77e4..873bab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-treefocus", - "version": "0.3.4", + "version": "0.3.5", "description": "Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 35c0c2b..9b7aa88 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.3.4": "1.2.0" + "0.3.5": "1.2.0" }