diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 37298b5..25326fd 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.9~ynh1 +**Shipped version:** 3.1.11~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 5972cfd..91c389c 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.9~ynh1 +**Versión actual:** 3.1.11~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index e2b635f..613985f 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.9~ynh1 +**Paketatutako bertsioa:** 3.1.11~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index aba0b8e..a2f5b7d 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.9~ynh1 +**Version incluse :** 3.1.11~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 5f75bbc..a3abb21 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.9~ynh1 +**Versión proporcionada:** 3.1.11~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 471415e..ed66672 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.9~ynh1 +**分发版本:** 3.1.11~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 7cf4d2b..9b42769 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.9~ynh1" +version = "3.1.11~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.9/node-red-3.1.9.zip" - sha256 = "420cbaaa6499ce5d5b9fb3e6bac0ffc24b23eb02f3dc8f4491207015dc7c6052" + url = "https://github.com/node-red/node-red/releases/download/3.1.11/node-red-3.1.11.zip" + sha256 = "d31457cee7ff8e3cb20f27619b7ab9b9f4011c63187b8da843d0195d3353e8bd" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip"