diff --git a/README.md b/README.md index 540b991..fb0a946 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration -**Shipped version:** 2.2.1~ynh1 +**Shipped version:** 2.2.2~ynh1 diff --git a/README_fr.md b/README_fr.md index 081749c..36c94e6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -45,7 +45,7 @@ module.exports = (defaultSettings) => ({ Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `/opt/yunohost/nodered/data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration -**Version incluse :** 2.2.1~ynh1 +**Version incluse :** 2.2.2~ynh1 diff --git a/conf/app.src b/conf/app.src index 3756de0..eccb3cd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.1/node-red-2.2.1.zip -SOURCE_SUM=97a24360e997eaebe8f186e743756b2e2a7e2cebb43721090eadbd55299f70e7 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.2/node-red-2.2.2.zip +SOURCE_SUM=22be0fa68ed1e4bac24aed89d943c67e8d8fb5a20bcd94ee6a304224b8ebe9bd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c53c7c6..7f6e34f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things", "fr": "Programmation par flux de données pour l'Internet des objets" }, - "version": "2.2.1~ynh1", + "version": "2.2.2~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0",