From b41f592a84362f8855fd6e998b762b7c91e55a80 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 11 Dec 2024 15:53:19 +0100 Subject: [PATCH] 1.0.29 --- 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 6974499..45673b0 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://turulix.de/", "fundingUrl": "https://www.buymeacoffee.com/turulix", "isDesktopOnly": false, - "version": "1.0.28" + "version": "1.0.29" } \ No newline at end of file diff --git a/package.json b/package.json index 990d6ab..37cc2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.28", + "version": "1.0.29", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 681a6fa..cfadb9f 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.0.25": "1.1.16", "1.0.26": "1.1.16", "1.0.27": "1.1.16", - "1.0.28": "1.1.16" + "1.0.28": "1.1.16", + "1.0.29": "1.1.16" } \ No newline at end of file