diff --git a/manifest.json b/manifest.json index 4f1d7b2..f053c82 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dendron-tree", "name": "Dendron Tree", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "Add tree for exploring Dendron note.", "author": "Levi Rizki Saputra", diff --git a/package.json b/package.json index 65762db..69c7a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dendron-tree", - "version": "1.1.1", + "version": "1.2.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6852432..6f21c5e 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file