From a3dffccbdbbb8572df5173cd3333620eef31476d Mon Sep 17 00:00:00 2001 From: iOSonntag Date: Sat, 23 Sep 2023 06:13:24 +0200 Subject: [PATCH] Bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" }