diff --git a/README.md b/README.md index e7553b6..060811e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in IT documentation, ticketing and accounting system for small MSPs. -**Shipped version:** 2023.11.21~ynh1 +**Shipped version:** 2023.11.22~ynh1 **Demo:** https://demo.itflow.org/ diff --git a/README_fr.md b/README_fr.md index 068790c..aa06d44 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Système de documentation, de billetterie et de comptabilité pour les petits MSP -**Version incluse :** 2023.11.21~ynh1 +**Version incluse :** 2023.11.22~ynh1 **Démo :** https://demo.itflow.org/ diff --git a/manifest.toml b/manifest.toml index c3e847d..163c9b6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "ITFlow" description.en = "IT documentation, ticketing and accounting system for small MSPs" description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP" -version = "2023.11.21~ynh1" +version = "2023.11.22~ynh1" maintainers = ["eric_G"] @@ -48,8 +48,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/itflow-org/itflow/archive/f18bb340bfb6bb5e284cf19647189d8387a8fbd3.tar.gz" - sha256 = "327d3befced3b9e9b908118b639e4c9625cbbcff8ff6aa909c2e4925939313c8" + url = "https://github.com/itflow-org/itflow/archive/2adb500612bd12cbc8b187813dcf5e3f2983ec4f.tar.gz" + sha256 = "d2896b2c69ea52a0dcedde9acb3bfe96d9308aafcae04952da5269dbeef2eb8e" autoupdate.upstream = "https://github.com/itflow-org/itflow" autoupdate.strategy = "latest_github_commit"