From b1ee093748aaa541cfcafa0d48964f22c9918dc1 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 1 Mar 2024 01:30:58 +0100 Subject: [PATCH] Upgrade to v3.1.5 (#86) Co-authored-by: OniriCorpe --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8fd166a..87157d6 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.4~ynh2 +**Shipped version:** 3.1.5~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 7a150ef..9c154ae 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.4~ynh2 +**Version incluse :** 3.1.5~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 21c9045..afe7475 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.4~ynh2" +version = "3.1.5~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.4/node-red-3.1.4.zip" - sha256 = "441c17d5a5bf6e19e2ea9eec3bc1e9af572230c47eee518c2dbb2e7374137f06" + url = "https://github.com/node-red/node-red/releases/download/3.1.5/node-red-3.1.5.zip" + sha256 = "fae7500b0908833f8ad9c06d81b34c513b6ebd87f18d4a8ea993d62b971b94af" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip"