diff --git a/README.md b/README.md index 065dc13..15ecdda 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Kanboard is a free and open source Kanban project management software. - Drag and drop tasks to manage your project -**Shipped version:** 1.2.33~ynh2 +**Shipped version:** 1.2.33~ynh3 **Demo:** https://demo.yunohost.org/kanboard/ diff --git a/README_fr.md b/README_fr.md index 3ede8f7..196ddb9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source. - Glisser et déposez des tâches pour gérer votre projet -**Version incluse :** 1.2.33~ynh2 +**Version incluse :** 1.2.33~ynh3 **Démo :** https://demo.yunohost.org/kanboard/ diff --git a/manifest.toml b/manifest.toml index c2a3df8..1af8129 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Kanboard" description.en = "Kanban project management software" description.fr = "Logiciel de gestion de projet Kanban" -version = "1.2.33~ynh2" +version = "1.2.33~ynh3" maintainers = [] @@ -36,7 +36,7 @@ ram.runtime = "50M" [install.init_main_permission] type = "group" - default = false + default = "visitors" [install.admin] type = "user"