diff --git a/manifest.json b/manifest.json index 49348326..9c2c4548 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.11.13", + "version": "2.11.14", "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 9ed4d321..7e9d18a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianwoelki/obsidian-iconize", - "version": "2.11.13", + "version": "2.11.14", "description": "API for adding icons to obsidian.", "main": "lib/index.js", "type": "module",