From ad77bdffcc42eb9bcbb267eedfc40c8c766c5b2d Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Wed, 1 Nov 2023 09:52:39 +0100 Subject: [PATCH] chore: bump to 2.7.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e1e70456..e4ff95b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.7.0", + "version": "2.7.1", "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 296ce616..c04e4a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-iconize", - "version": "2.7.0", + "version": "2.7.1", "description": "Add icons to anything you desire in Obsidian, including files, folders, and text.", "main": "main.js", "scripts": {