From 530e200e5dc5fff2900952cfdb5ceebdbe820ba7 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 26 Apr 2024 21:55:14 +0200 Subject: [PATCH] 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> --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1b94282..2e15394 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.14.0~ynh1 +**Shipped version:** 2.15.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index e7e8e0c..ca3c6fc 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.14.0~ynh1 +**Paketatutako bertsioa:** 2.15.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 74e0719..0d62848 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.14.0~ynh1 +**Version incluse :** 2.15.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index df25a53..b8871d4 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.14.0~ynh1 +**Versión proporcionada:** 2.15.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 71713f0..d079078 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -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.14.0~ynh1 +**分发版本:** 2.15.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 15c9246..49a1047 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.14.0~ynh1" +version = "2.15.0~ynh1" maintainers = [] @@ -55,8 +55,8 @@ ram.runtime = "80M" [resources] [resources.sources.main] - url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.14.0.tar.gz" - sha256 = "821895ce85ab200ddaa4fc5c9ce13f5d23a9da299e4f3a9f76d5e458353e8be7" + url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.15.0.tar.gz" + sha256 = "f61c50d3d426922bc6533768ccfa51b428b82506c8fbade4534ff0daf6ccd334" autoupdate.strategy = "latest_github_tag"