From ec2134166a135250448d68a42bcf2b8fd423546c Mon Sep 17 00:00:00 2001 From: Lukas Wolfsteiner Date: Tue, 7 Jul 2026 22:10:36 +0200 Subject: [PATCH] chore: Bump version to 1.0.6 & increase minAppVersion to 1.11.4 --- manifest.json | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 925623d..9116fa3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "raindrop-io", "name": "Raindrop.io", - "version": "1.0.5", - "minAppVersion": "1.7.2", + "version": "1.0.6", + "minAppVersion": "1.11.4", "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "author": "Lukas '@dotWee' Wolfsteiner", "authorUrl": "https://lukas.wolfsteiner.media", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 225a113..1da458b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-raindropio-plugin", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-raindropio-plugin", - "version": "1.0.5", + "version": "1.0.6", "funding": [ { "type": "buymeacoffee", diff --git a/package.json b/package.json index 4f54f9a..8ac7614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-raindropio-plugin", - "version": "1.0.5", + "version": "1.0.6", "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 360b9dd..3cbea43 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.2": "1.7.2", "1.0.3": "1.7.2", "1.0.4": "1.7.2", - "1.0.5": "1.7.2" -} \ No newline at end of file + "1.0.5": "1.7.2", + "1.0.6": "1.11.4" +}