From 6bdfdb89be4b63d840ed7ee65ccbfee2f84b6b34 Mon Sep 17 00:00:00 2001 From: qf3l3k Date: Mon, 28 Apr 2025 20:22:46 +0200 Subject: [PATCH] Version bump --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 733a149..4ff825b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "data-fetcher", "name": "Data Fetcher", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "1.8.3", "description": "Fetch data from multiple sources (REST APIs, RPC, gRPC, GraphQL) and insert results into notes", "author": "qf3l3k", diff --git a/versions.json b/versions.json index aec52f3..4574fbd 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.4": "1.8.3" + "1.0.5": "1.8.3" }