From 15f9cf093d66c624388284fef5c39a20c5398b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Aug 2021 18:33:51 +0200 Subject: [PATCH] 1.6.5 (#19) * 1.6.5 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d6b493..e7f7a32 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Open source to-do list script. -**Shipped version:** 1.6.4~ynh1 +**Shipped version:** 1.6.5~ynh1 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index 2ccba71..4efee01 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gestionnaire de todo list (GTD). -**Version incluse :** 1.6.4~ynh1 +**Version incluse :** 1.6.5~ynh1 **Démo :** https://demo.example.com diff --git a/conf/app.src b/conf/app.src index f3db7ea..d46b991 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/maxpozdeev/mytinytodo/releases/download/v1.6.4/mytinytodo-v1.6.4.zip -SOURCE_SUM=10e9a696bf2d05852393866c255ecf00f16e704783bd85763a65d820861eacc3 +SOURCE_URL=https://github.com/maxpozdeev/mytinytodo/releases/download/v1.6.5/mytinytodo-v1.6.5.zip +SOURCE_SUM=5a4edb2dc75f89e6aedf85f174c9d06a30b8e1fd4dbec317bcad15213eeb7223 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 70507a7..4888c55 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source to-do list script.", "fr": "Gestionnaire de todo list (GTD)." }, - "version": "1.6.4~ynh1", + "version": "1.6.5~ynh1", "url": "http://www.mytinytodo.net/", "upstream": { "license": "GPL-2.0",