diff --git a/README.md b/README.md index c750c8d..644d57d 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.2~ynh1 +**Shipped version:** 0.27.3~ynh1 **Demo:** https://decidim.org/demo/ diff --git a/README_fr.md b/README_fr.md index aad43ec..5dd612a 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.2~ynh1 +**Version incluse :** 0.27.3~ynh1 **Démo :** https://decidim.org/demo/ diff --git a/conf/app.src b/conf/app.src index ef13aa1..92a4c28 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.2.tar.gz -SOURCE_SUM=a7f2de2b3ab086bfa0247ebf44b9466775ff03f16ee49d7e60d14f26aec177a8 +SOURCE_URL=https://github.com/decidim/decidim/archive/refs/tags/v0.27.3.tar.gz +SOURCE_SUM=5a1cd45a9f9f0ecba7b1454fbf50cd6b0a01e8a5973d0cf149c8182278663004 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f304cbb..7f4ac3c 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Participatory democracy framework," }, - "version": "0.27.2~ynh1", + "version": "0.27.3~ynh1", "url": "https://decidim.org/", "upstream": { "license": "AGPL-3.0-or-later",