From 4323bdcd1d651dd0520771e9432fafce4e674b22 Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Sun, 2 Jun 2024 10:57:49 +0200 Subject: [PATCH] chore: bump to v2.12.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3f7e0dc6..55543ccc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.13.0", + "version": "2.12.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 73534ffb..9b60249b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianwoelki/obsidian-iconize", - "version": "2.13.0", + "version": "2.12.1", "description": "API for adding icons to obsidian.", "main": "lib/index.js", "type": "module",