From 7ac4c14898aa332cbffba509ebc8a98930432f9e Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Tue, 26 Sep 2023 09:44:27 +0200 Subject: [PATCH] build: bump to v2.3.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 18c66e11..b53e1a7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.3.0", + "version": "2.3.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 8b94f875..7403d26f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-iconize", - "version": "2.3.0", + "version": "2.3.1", "description": "Add icons to anything you desire in Obsidian, including files, folders, and text.", "main": "main.js", "scripts": {