From 51cfd1b1f7342d7da2d46c13632f6e804ffc6ffa Mon Sep 17 00:00:00 2001 From: "quickadd-release-bot[bot]" <293432345+quickadd-release-bot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:28:07 +0000 Subject: [PATCH] release(version): Release 2.23.0 quickadd-release-commit schema=1 version=2.23.0 base=85faf90c07740c792c1f990c3228b814b53238cb --- 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 fe8c19bc..fd8520be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "2.22.0", + "version": "2.23.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 e41ecc1f..cf12e75c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "2.22.0", + "version": "2.23.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9a31297a..21330bc8 100644 --- a/versions.json +++ b/versions.json @@ -123,5 +123,6 @@ "2.19.1": "1.13.0", "2.20.0": "1.13.0", "2.21.0": "1.13.0", - "2.22.0": "1.13.0" + "2.22.0": "1.13.0", + "2.23.0": "1.13.0" }