From 81680205fe77de95647a22b099d3d45c6442cc6b Mon Sep 17 00:00:00 2001 From: "quickadd-release-bot[bot]" <293432345+quickadd-release-bot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 14:47:30 +0000 Subject: [PATCH] release(version): Release 2.23.1 quickadd-release-commit schema=1 version=2.23.1 base=2e4866b714b74fcfadb3e02e3fdf92ecc2e3aa3f --- 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..10876d95 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "2.23.0", + "version": "2.23.1", "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 cf12e75c..4b058d45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "2.23.0", + "version": "2.23.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 21330bc8..333c31d8 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.23.1": "1.13.0" }