diff --git a/manifest.json b/manifest.json index 0cef982a..90dc93e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-icon-folder", "name": "Icon Folder", - "version": "2.2.0", + "version": "2.2.1", "minAppVersion": "0.9.12", "description": "This plugin allows to add an emoji or an icon to a folder or file.", "author": "Florian Woelki", diff --git a/package.json b/package.json index 184a537a..bbc37b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-icon-folder", - "version": "2.2.0", + "version": "2.2.1", "description": "This plugin allows to add an emoji or an icon to a folder or file.", "main": "main.js", "scripts": {