From 184134f5638502eff1f12d0271e9fb2d18245d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 May 2022 20:30:33 +0200 Subject: [PATCH] Testing (#34) * 1.6.8 (#25) * 1.6.8 * Update updater.sh * Config panel (#30) * Update manifest.json * Auto-update README * Update config_panel.toml * 1.6.10 (#33) * 1.6.10 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot --- .github/workflows/updater.sh | 2 +- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- config_panel.toml | 2 +- manifest.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 2515af4..7b78d38 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -8,7 +8,7 @@ # The YunoHost-Apps organisation offers a template Action to run this script periodically # Since each app is different, maintainers can adapt its contents so as to perform # automatic actions when a new upstream release is detected. -exit 1 +#exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS diff --git a/README.md b/README.md index c18acba..15934bd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in - tyle for mobiles devices -**Shipped version:** 1.6.8~ynh1 +**Shipped version:** 1.6.10~ynh1 **Demo:** https://www.mytinytodo.net/demo/ diff --git a/README_fr.md b/README_fr.md index 2947311..bd62adb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour - tyle for mobiles devices -**Version incluse :** 1.6.8~ynh1 +**Version incluse :** 1.6.10~ynh1 **Démo :** https://www.mytinytodo.net/demo/ diff --git a/conf/app.src b/conf/app.src index adb312a..deb1e2a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/maxpozdeev/mytinytodo/releases/download/v1.6.8/mytinytodo-v1.6.8.zip -SOURCE_SUM=5970a55045b2a589a72c1afcf0636d06d070f7e97c1afc8254669d5767641679 +SOURCE_URL=https://github.com/maxpozdeev/mytinytodo/releases/download/v1.6.10/mytinytodo-v1.6.10.zip +SOURCE_SUM=70c7c623718b2735f5422379098a3457888b231990a4f447232490021d43a1e4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/config_panel.toml b/config_panel.toml index 49830b4..8b968bd 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -1,7 +1,7 @@ version = "1.0" [main] -name = "MyTinyTodo configuration" +name = "myTinyTodo configuration" [main.config] name = "Configuration Options" diff --git a/manifest.json b/manifest.json index db60943..331b967 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source to-do list script", "fr": "Gestionnaire de todo list" }, - "version": "1.6.8~ynh1", + "version": "1.6.10~ynh1", "url": "http://www.mytinytodo.net/", "upstream": { "license": "GPL-2.0",