From 765fba9e7a50f0036c086d29488d425ff4ced20b Mon Sep 17 00:00:00 2001 From: azazello Date: Fri, 29 Aug 2025 17:32:28 -0400 Subject: [PATCH] Bump to version 2.1.1 --- 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 ab0226a..0645466 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "waypoint", "name": "Waypoint", - "version": "2.1.0", + "version": "2.1.1", "minAppVersion": "0.12.0", "description": "Easily generate dynamic content maps in your folder notes using waypoints. 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 a82eedc..9fae442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waypoint", - "version": "2.1.0", + "version": "2.1.1", "description": "Easily generate dynamic content maps in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 78d7d86..aa0f187 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.3.0": "0.12.0", "1.4.0": "0.12.0", "2.0.0": "0.12.0", - "2.1.0": "0.12.0" + "2.1.0": "0.12.0", + "2.1.1": "0.12.0" } \ No newline at end of file