diff --git a/README.md b/README.md index d4506e8..cdcc9a7 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Focalboard is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view. -**Shipped version:** 7.1.0~ynh2 +**Shipped version:** 7.2.1~ynh1 *(:warning: This is the `ci-auto-update-v7.2.1` branch. The [`master` branch](https://github.com/YunoHost-Apps/focalboard_ynh/tree/master) used in the catalog is currently on version 7.1.0\~ynh1.)* ## Screenshots diff --git a/README_fr.md b/README_fr.md index eac786f..00531a0 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Focalboard est un outil de gestion de projet qui aide à définir, organiser, suivre et gérer le travail entre les équipes, à l'aide d'une vue de tableau kanban familière. -**Version incluse :** 7.1.0~ynh2 +**Version incluse :** 7.2.1~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v7.2.1`. La [branche `master`](https://github.com/YunoHost-Apps/focalboard_ynh/tree/master) utilisée dans le catalogue est actuellement en 7.1.0\~ynh1.)* ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 49b129e..6dc9964 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v7.1.0/focalboard-server-linux-amd64.tar.gz -SOURCE_SUM=25101fa5e2fbc4a6a9cde1de00dba2dad086bc38c25410b5cddda593db271284 +SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v7.2.1/focalboard-server-linux-amd64.tar.gz +SOURCE_SUM=fdbc08e37f398364cf2d84b6bc4f44165c6230f00558f9ae18743ba3297cbb39 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 7e7f29b..d1b6933 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted alternative to Trello, Notion, and Asana", "fr": "Alternative auto-hébergée à Trello, Notion et Asana" }, - "version": "7.1.0~ynh2", + "version": "7.2.1~ynh1", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT",