From ba818239ac613bc67c63fea840c0b3c1fa6f7c6b Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Fri, 3 Nov 2023 09:40:49 +0100 Subject: [PATCH] chore: bump to v2.7.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e4ff95b2..dd95792a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.7.1", + "version": "2.7.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 c04e4a93..9a699987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-iconize", - "version": "2.7.1", + "version": "2.7.2", "description": "Add icons to anything you desire in Obsidian, including files, folders, and text.", "main": "main.js", "scripts": {