From 5d48a27420096932f2dbebf70ffd5e191c54fb3e Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Wed, 29 Jun 2022 22:18:47 -0400 Subject: [PATCH] Update 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 5e22fb7..ee3d93d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "waypoint", "name": "Waypoint", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "0.12.0", "description": "Easily generate dynamic content maps in your folder notes. Enables folders to show up in the graph view and removes the need for messy tags!", "author": "Idrees Hassan", diff --git a/package.json b/package.json index 68525b7..d28001d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waypoint", - "version": "1.1.0", + "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 1d10c10..f83ca1e 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.12.0", - "1.1.0": "0.12.0" + "1.1.0": "0.12.0", + "1.2.0": "0.12.0" } \ No newline at end of file