From f7e39e41dfcb5daf7ccae0d1ba9f25792081fcd8 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 May 2024 12:18:40 +0200 Subject: [PATCH] Testing (#100) * Auto-update READMEs * Update manifest.toml * Upgrade to v2.15.0 (#96) * Upgrade to v2.15.0 * Auto-update READMEs --------- Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> * Upgrade to v2.16.0 (#98) * Upgrade to v2.16.0 * Auto-update READMEs * Upgrade to v2.16.1 (#101) * Upgrade to v2.16.1 * Auto-update READMEs * Auto-update READMEs --------- Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 4 ++-- manifest.toml | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2e15394..56f7d6c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Shipped version:** 2.15.0~ynh1 +**Shipped version:** 2.16.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index ca3c6fc..9308862 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Paketatutako bertsioa:** 2.15.0~ynh1 +**Paketatutako bertsioa:** 2.16.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 0d62848..d311d5c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Version incluse :** 2.15.0~ynh1 +**Version incluse :** 2.16.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index b8871d4..ecb0d88 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Versión proporcionada:** 2.15.0~ynh1 +**Versión proporcionada:** 2.16.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index d079078..c81736b 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Kimai2 +# YunoHost 上的 Kimai2 [![集成程度](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![工作状态](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) @@ -19,7 +19,7 @@ Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**分发版本:** 2.15.0~ynh1 +**分发版本:** 2.16.1~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 49a1047..fe1be01 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Application multi-utilisateurs de suivi du temps compatible av description.de = "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte" description.cs = "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení" -version = "2.15.0~ynh1" +version = "2.16.1~ynh1" maintainers = [] @@ -55,8 +55,8 @@ ram.runtime = "80M" [resources] [resources.sources.main] - url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.15.0.tar.gz" - sha256 = "f61c50d3d426922bc6533768ccfa51b428b82506c8fbade4534ff0daf6ccd334" + url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.16.1.tar.gz" + sha256 = "77c3b470c82552eddaf4da962def94a201d0a60b34bd6cd91128ecc149f59ac5" autoupdate.strategy = "latest_github_tag"