Bump version

This commit is contained in:
iOSonntag 2023-09-23 06:13:24 +02:00
parent 56558ace0f
commit a3dffccbdb
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,3 @@
{
"0.3.4": "1.2.0"
"0.3.5": "1.2.0"
}