diff --git a/manifest.json b/manifest.json index 27d4c903..3f7e0dc6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Iconize", - "version": "2.12.0", + "version": "2.13.0", "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 4103bec8..73534ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianwoelki/obsidian-iconize", - "version": "2.12.0", + "version": "2.13.0", "description": "API for adding icons to obsidian.", "main": "lib/index.js", "type": "module",