Skip to content

Commit

Permalink
build: bump to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Dec 21, 2021
1 parent 8c68bc6 commit ee31cbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ To enable other icon sets, go to settings and enable or disable your wanted icon

In addition, you can adjust some styling settings for all the icons like padding, color, or even the icon size.

Furthermore, there is now an option to add a `inherit icon` functionality. Whenever you select this option for a specific folder, every single file will have this inherited icon.

## Development

To customize this project for your needs, you can clone it and then install all dependencies:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-icon-folder",
"name": "Icon Folder",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji in front of a folder or icon.",
"author": "Florian Woelki",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-icon-folder",
"version": "1.0.3",
"version": "1.0.4",
"description": "This is an obsidian plugin that allows us to use an icon in the prefix of a folder name.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit ee31cbb

Please sign in to comment.