diff --git a/README.md b/README.md index d76dcc2..af5b558 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A decentralized and federated platform to organize events -**Shipped version:** 1.2.2~ynh1 +**Shipped version:** 1.2.3~ynh1 **Demo:** https://demo.mobilizon.org diff --git a/README_fr.md b/README_fr.md index 2dc558d..a5ae8fc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Une plateforme décentralisée et fédérée pour organiser des événements -**Version incluse :** 1.2.2~ynh1 +**Version incluse :** 1.2.3~ynh1 **Démo :** https://demo.mobilizon.org diff --git a/check_process b/check_process index 54cb10e..3786210 100644 --- a/check_process +++ b/check_process @@ -18,6 +18,8 @@ # upgrade=1 from_commit=87d34001dd0b77aed4fa7be2911bc04f58b069ee # 1.1.4~ynh1 upgrade=1 from_commit=215b20b0d35178a2c3405a7e3239eba81e22c060 + # 1.2.2~ynh1 + upgrade=1 from_commit=b63c7833f80de56bbc4a255ddda3b865a5637afc backup_restore=1 multi_instance=1 port_already_use=0 @@ -30,3 +32,5 @@ Notification=all name=1.1.3~ynh1 ; commit=215b20b0d35178a2c3405a7e3239eba81e22c060 name=1.1.4~ynh1 + ; commit=b63c7833f80de56bbc4a255ddda3b865a5637afc + name=1.2.2~ynh1 diff --git a/conf/app.src b/conf/app.src index fde5e5b..77d6c31 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/1.2.2/mobilizon-1.2.2.tar.gz -SOURCE_SUM=6cdeb3f0a45eff8b340ca66df6c1820c4ce8f31b3247adcb2581eb89ad70c017 +SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/1.2.3/mobilizon-1.2.3.tar.gz +SOURCE_SUM=4025bf5cee811987b0bf55b1dac88621544d3d2bcd1b02100049e9f63bafb8ad SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=mobilizon-1.2.2.tar.gz +SOURCE_FILENAME=mobilizon-1.2.3.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 063f2d5..b1a2c81 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A decentralized and federated platform to organize events", "fr": "Une plateforme décentralisée et fédérée pour organiser des événements" }, - "version": "1.2.2~ynh1", + "version": "1.2.3~ynh1", "url": "https://joinmobilizon.org/", "upstream": { "license": "AGPL-3.0-or-later",