From b086e475478a8c9c3fe1a1925dace8a4697b92f9 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 20 May 2025 15:35:07 +0300 Subject: [PATCH] version 1.0.2 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5e68a11..cc7a0e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation with support for public iCalendar URLs", "author": "Michalis Efstratiadis", diff --git a/versions.json b/versions.json index 78e73a3..0f95a9b 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.17.1": "1.8.9", "0.18.0": "1.8.9", "0.18.1": "1.8.9", - "1.0.1": "1.8.9" + "1.0.1": "1.8.9", + "1.0.2": "1.8.9" }