From bc46d7fe2476435ebe244b886a5b5f38f2e2c5a1 Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Thu, 21 Oct 2021 09:28:23 +0200 Subject: [PATCH] build: bump version to v1.0.21 --- README.md | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e3860b4..33cc364b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Obsidian Icon Folder [![CodeQL](https://github.com/FlorianWoelki/obsidian-icon-folder/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/FlorianWoelki/obsidian-icon-folder/actions/workflows/codeql-analysis.yml) -This obsidian plugin allows you to add icons to your folder. +This obsidian plugin allows you to add icons to your folder or icon if you want. Right now, the current iconsets are supported: * [Remixicon](https://remixicon.com/) diff --git a/manifest.json b/manifest.json index 511c9a83..e3c5ff0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-icon-folder", "name": "Icon Folder", - "version": "1.0.2", + "version": "1.0.21", "minAppVersion": "0.9.12", - "description": "This plugin allows to add an emoji in front of a folder.", + "description": "This plugin allows to add an emoji in front of a folder or icon.", "author": "Florian Woelki", "authorUrl": "https://florianwoelki.com/", "isDesktopOnly": false