Skip to content

Commit 8a287cd

Browse files
committed
build: bump to version 1.1.0
1 parent fb9dec7 commit 8a287cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-icon-folder",
33
"name": "Icon Folder",
4-
"version": "1.0.61",
4+
"version": "1.1.0",
55
"minAppVersion": "0.9.12",
6-
"description": "This plugin allows to add an emoji in front of a folder or icon.",
6+
"description": "This plugin allows to add an emoji in front of a folder or an icon.",
77
"author": "Florian Woelki",
88
"authorUrl": "https://florianwoelki.com/",
99
"isDesktopOnly": false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-icon-folder",
3-
"version": "1.0.61",
3+
"version": "1.1.0",
44
"description": "This is an obsidian plugin that allows us to use an icon in the prefix of a folder name.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)