diff --git a/README.md b/README.md index cf88914..d485ebe 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.26~ynh2 +**Shipped version:** 1.2.27~ynh1 **Demo:** https://demo.yunohost.org/kanboard/ diff --git a/README_fr.md b/README_fr.md index 190c3b6..2a3cda4 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.26~ynh2 +**Version incluse :** 1.2.27~ynh1 **Démo :** https://demo.yunohost.org/kanboard/ diff --git a/conf/app.src b/conf/app.src index a850e3f..d5d26dc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.26.tar.gz -SOURCE_SUM=cd5b790017c506ae478cfe1fd33c17f51d3933d9090a37c42665f8082a19c05d +SOURCE_URL=https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.27.tar.gz +SOURCE_SUM=0cb34480e178f416f82de790257e4e734405752b7dc43257519daa4f1591bee9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index fd6128e..0e6efbd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Kanban project management software", "fr": "Logiciel de gestion de projet Kanban" }, - "version": "1.2.26~ynh2", + "version": "1.2.27~ynh1", "url": "https://kanboard.net", "upstream": { "license": "MIT",