diff --git a/README.md b/README.md index fb34bbd..c750c8d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. Installing these libraries will provide you a generator and gems to help you develop web applications -**Shipped version:** 0.27.0~ynh1 +**Shipped version:** 0.27.2~ynh1 **Demo:** https://decidim.org/demo/ diff --git a/README_fr.md b/README_fr.md index 9f44d59..aad43ec 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. Installing these libraries will provide you a generator and gems to help you develop web applications -**Version incluse :** 0.27.0~ynh1 +**Version incluse :** 0.27.2~ynh1 **Démo :** https://decidim.org/demo/ diff --git a/conf/app.src b/conf/app.src index a8fa7e1..ef13aa1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/decidim/decidim/archive/refs/tags/v0.27.0.tar.gz -SOURCE_SUM=3be1ec143e26bd278eedfd0995a77656276e223fc2974664af47a2c9c73171e5 +SOURCE_URL=https://github.com/decidim/decidim/archive/refs/tags/v0.27.2.tar.gz +SOURCE_SUM=a7f2de2b3ab086bfa0247ebf44b9466775ff03f16ee49d7e60d14f26aec177a8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 4e186b6..f304cbb 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Participatory democracy framework," }, - "version": "0.27.0~ynh1", + "version": "0.27.2~ynh1", "url": "https://decidim.org/", "upstream": { "license": "AGPL-3.0-or-later",