From ca3da5dc3b1eccbc6d91d17b8f6ccf2cd66dee3d Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 11 Apr 2025 17:37:42 +0300 Subject: [PATCH] Update version to 0.11.0 --- manifest.json | 5 ++--- versions.json | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d081da5..8fbee19 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { "id": "memochron", "name": "MemoChron", - "version": "0.1.0", - "minAppVersion": "0.15.0", + "version": "0.11.0", + "minAppVersion": "1.8.9", "description": "Calendar integration and note creation for Obsidian with support for public iCalendar URLs", "author": "Michalis Efstratiadis ", - "authorUrl": "", "isDesktopOnly": false, "icon": "calendar-range" } diff --git a/versions.json b/versions.json index 84c1eb6..f92d4f0 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.15.0" + "0.1.0": "0.15.0", + "0.11.0": "1.8.9" }