Update version to 1.2.0

This commit is contained in:
Idrees Hassan 2022-06-29 22:18:47 -04:00
parent fe5b0639de
commit 5d48a27420
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}