From a7a6853a6454b3ecbbb7db28fec31713fd6d2161 Mon Sep 17 00:00:00 2001 From: Levi Rizki Saputra <42236775+levirs565@users.noreply.github.com> Date: Sun, 11 Jun 2023 14:51:49 +0700 Subject: [PATCH] chore: bump version to 1.2.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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