diff --git a/manifest.json b/manifest.json index 5cdeba6..4f1d7b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "dendron-tree", - "name": "Dendron Tree", - "version": "1.1.0", - "minAppVersion": "0.15.0", - "description": "Add tree for exploring Dendron note.", - "author": "Levi Rizki Saputra", - "authorUrl": "https://www.levirs.my.id", - "fundingUrl": "https://www.paypal.me/levirs565", - "isDesktopOnly": false -} + "id": "dendron-tree", + "name": "Dendron Tree", + "version": "1.1.1", + "minAppVersion": "0.15.0", + "description": "Add tree for exploring Dendron note.", + "author": "Levi Rizki Saputra", + "authorUrl": "https://www.levirs.my.id", + "fundingUrl": "https://www.paypal.me/levirs565", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 7b9135a..26a8353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dendron-tree", - "version": "1.1.0", + "version": "1.1.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b69c8d4..6852432 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file