From 901f40fec309c98644bfd494ccd5baa933fa398b Mon Sep 17 00:00:00 2001 From: "quickadd-release-bot[bot]" <293432345+quickadd-release-bot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:37:21 +0000 Subject: [PATCH] release(version): Release 2.24.0 quickadd-release-commit schema=1 version=2.24.0 base=8194b5379d8b23db5c9885a51cf8c120e27cf418 --- 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 fd8520be..d82de0b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "2.23.0", + "version": "2.24.0", "minAppVersion": "1.13.0", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index 423abad3..17813899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "2.23.0", + "version": "2.24.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 21330bc8..26a6f86d 100644 --- a/versions.json +++ b/versions.json @@ -124,5 +124,6 @@ "2.20.0": "1.13.0", "2.21.0": "1.13.0", "2.22.0": "1.13.0", - "2.23.0": "1.13.0" + "2.23.0": "1.13.0", + "2.24.0": "1.13.0" }