Skip to content

Commit 179a18f

Browse files
committed
build: bump to v2.3.0
1 parent 690dabd commit 179a18f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
"id": "obsidian-icon-folder",
3-
"name": "Iconize",
4-
"version": "2.2.1",
5-
"minAppVersion": "0.9.12",
6-
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
7-
"author": "Florian Woelki",
8-
"authorUrl": "https://florianwoelki.com/",
9-
"isDesktopOnly": false
10-
}
1+
{
2+
"id": "obsidian-icon-folder",
3+
"name": "Iconize",
4+
"version": "2.3.0",
5+
"minAppVersion": "0.9.12",
6+
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
7+
"author": "Florian Woelki",
8+
"authorUrl": "https://florianwoelki.com/",
9+
"isDesktopOnly": false
10+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-iconize",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)