From 059d9ea4b612d916465498e95c5bf98e61cb4eca Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Thu, 19 Oct 2023 10:10:08 +0200 Subject: [PATCH] build: bump to v2.5.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e9011924..6113bec4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.5.1", + "version": "2.5.2", "minAppVersion": "0.9.12", "description": "Add icons to anything you desire in Obsidian, including files, folders, and text.", "author": "Florian Woelki", diff --git a/package.json b/package.json index 1aa29420..e99e30fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-iconize", - "version": "2.5.1", + "version": "2.5.2", "description": "Add icons to anything you desire in Obsidian, including files, folders, and text.", "main": "main.js", "scripts": {