diff --git a/README.md b/README.md index 075bf67..5d0dbc1 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.6~ynh1 +**Shipped version:** 3.1.8~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index c53e404..239206b 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.6~ynh1 +**Version incluse :** 3.1.8~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index dedf909..49b6bbc 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.6~ynh1 +**Versión proporcionada:** 3.1.8~ynh1 ## Capturas de pantalla diff --git a/README_it.md b/README_it.md index 149e3e8..22a9cb2 100644 --- a/README_it.md +++ b/README_it.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: -**Versione pubblicata:** 3.1.6~ynh1 +**Versione pubblicata:** 3.1.8~ynh1 ## Screenshot diff --git a/manifest.toml b/manifest.toml index 16e1bbe..3f1a2ad 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.6~ynh1" +version = "3.1.8~ynh1" maintainers = ["tituspijean"] @@ -48,8 +48,8 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/3.1.6/node-red-3.1.6.zip" - sha256 = "de5e120bc552093ceaf800601e0363d5429bf052e75eb9a1899bfb4d6dea4d1e" + url = "https://github.com/node-red/node-red/releases/download/3.1.8/node-red-3.1.8.zip" + sha256 = "d1e90ca9ac7bd73fce48945428f7697f070217eb7b60279be95a732205bc3b0d" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip"