From a7122e79f134f1b65fa11fb8f4aaec1f8ddda9f5 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 3 Oct 2022 15:59:18 +0300 Subject: [PATCH] set version of notifications extension to 1.0 --- src/ext/notifications/extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/notifications/extension.json b/src/ext/notifications/extension.json index b76879c..5dfa7f0 100644 --- a/src/ext/notifications/extension.json +++ b/src/ext/notifications/extension.json @@ -1,6 +1,6 @@ { "bundleId": "notifications", "name": "Notifications", - "version": "0.9", + "version": "1.0", "description": "Notify about new tasks and lists on e-mail or telegram" }