From 32bcef24417ffe1f1fb87d2a2f9cfedb75217cb0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Aug 2024 09:40:12 +0000 Subject: [PATCH] release(version): Release 1.11.1 [skip ci] ## [1.11.1](https://github.com/chhoumann/quickadd/compare/1.11.0...1.11.1) (2024-08-28) --- 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 1e7b278..f93ea08 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.11.0", + "version": "1.11.1", "minAppVersion": "1.6.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 b6c0ead..f801807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.11.0", + "version": "1.11.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5b8e859..1d34556 100644 --- a/versions.json +++ b/versions.json @@ -67,5 +67,6 @@ "1.9.1": "1.6.0", "1.9.2": "1.6.0", "1.10.0": "1.6.0", - "1.11.0": "1.6.0" + "1.11.0": "1.6.0", + "1.11.1": "1.6.0" } \ No newline at end of file