diff --git a/README.md b/README.md index 25326fd..990de3c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Shipped version:** 3.1.11~ynh1 +**Shipped version:** 4.0.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 91c389c..1ab077d 100644 --- a/README_es.md +++ b/README_es.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Versión actual:** 3.1.11~ynh1 +**Versión actual:** 4.0.0~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 613985f..3a62795 100644 --- a/README_eu.md +++ b/README_eu.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Paketatutako bertsioa:** 3.1.11~ynh1 +**Paketatutako bertsioa:** 4.0.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index a2f5b7d..012ab53 100644 --- a/README_fr.md +++ b/README_fr.md @@ -49,7 +49,7 @@ module.exports = (defaultSettings) => ({ Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: -**Version incluse :** 3.1.11~ynh1 +**Version incluse :** 4.0.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index a3abb21..f388f95 100644 --- a/README_gl.md +++ b/README_gl.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Versión proporcionada:** 3.1.11~ynh1 +**Versión proporcionada:** 4.0.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ed66672..c063b1c 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**分发版本:** 3.1.11~ynh1 +**分发版本:** 4.0.0~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 9b42769..a13ea7c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Node-RED" description.en = "Flow-based programming for the Internet of Things" description.fr = "Programmation par flux de données pour l'Internet des objets" -version = "3.1.11~ynh1" +version = "4.0.0~ynh1" maintainers = ["tituspijean"] @@ -51,8 +51,8 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/3.1.11/node-red-3.1.11.zip" - sha256 = "d31457cee7ff8e3cb20f27619b7ab9b9f4011c63187b8da843d0195d3353e8bd" + url = "https://github.com/node-red/node-red/releases/download/4.0.0/node-red-4.0.0.zip" + sha256 = "45cfb8d6f9f12fd8d58dcd243bcc00b95469acdb0ae87cda1746144902b90490" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip"