From abdbe1767edbfdde0a7f5f70b59c4e9733296ae3 Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Sun, 15 Oct 2023 10:30:41 +0200 Subject: [PATCH] calendar: Update version --- apps/calendar/ChangeLog | 1 + apps/calendar/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/calendar/ChangeLog b/apps/calendar/ChangeLog index 12776867f..106827aad 100644 --- a/apps/calendar/ChangeLog +++ b/apps/calendar/ChangeLog @@ -15,3 +15,4 @@ Display events for current month on touch 0.14: Add support for holidays 0.15: Edit holidays on device in settings +0.16: Add menu to fast open settings to edit holidays diff --git a/apps/calendar/metadata.json b/apps/calendar/metadata.json index bd35c8879..a1ec183cb 100644 --- a/apps/calendar/metadata.json +++ b/apps/calendar/metadata.json @@ -1,7 +1,7 @@ { "id": "calendar", "name": "Calendar", - "version": "0.15", + "version": "0.16", "description": "Simple calendar", "icon": "calendar.png", "screenshots": [{"url":"screenshot_calendar.png"}],