diff --git a/README.md b/README.md index 02d488a..08774b1 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 Minimalist kanban board, focused on compactness and readability -**Shipped version:** 1.0~ynh6 +**Shipped version:** 2023.08.09~ynh1 **Demo:** https://nullboard.io/preview diff --git a/README_fr.md b/README_fr.md index d925567..c87a888 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 Minimalist kanban board, focused on compactness and readability -**Version incluse :** 1.0~ynh6 +**Version incluse :** 2023.08.09~ynh1 **Démo :** https://nullboard.io/preview diff --git a/manifest.toml b/manifest.toml index 40acacf..b388f02 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Nullboard" description.en = "Minimalist kanban board, focused on compactness and readability" description.fr = "Kanban minimaliste, axé sur la compacité et la lisibilité" -version = "1.0~ynh6" +version = "2023.08.09~ynh1" maintainers = ["eric_G"] @@ -16,7 +16,7 @@ demo = "https://nullboard.io/preview" code = "https://github.com/apankrat/nullboard" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/apankrat/nullboard/archive/2fcfcb624f90aab2619b2240fed7588721efd00c.tar.gz" - sha256 = "da91c55a46fee3421a2aa0936b2c772a16c44763d90cbc5c4c9bcbd86a959b9f" + url = "https://github.com/apankrat/nullboard/archive/b4ea5a316e795ee786a9ab597e263a247155a99b.tar.gz" + sha256 = "9401d204a5140832e275371445ffde2dcbee9f581a75094fef947ae0ce0a30e1" autoupdate.upstream = "https://github.com/apankrat/nullboard" autoupdate.strategy = "latest_github_commit"