From 9ee669291dd5626a43c5578ef75c691adc86cf8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jul 2026 03:02:52 +0000 Subject: [PATCH] Release 0.1.7 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 553afd0..d395903 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "chartdown", "name": "Chartdown", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "1.5.0", "description": "Render Chartdown map blocks (battlemaps, hex charts, region maps) as SVG, right in your notes.", "author": "Nossimonov", diff --git a/versions.json b/versions.json index 59142f9..dc88636 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.1.3": "1.5.0", "0.1.4": "1.5.0", "0.1.5": "1.5.0", - "0.1.6": "1.5.0" + "0.1.6": "1.5.0", + "0.1.7": "1.5.0" }