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