diff --git a/README.md b/README.md index 94b75f1..dc9e803 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -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.0.2~ynh4 +**Shipped version:** 3.1.4~ynh1 ## Screenshots @@ -73,4 +73,4 @@ or sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 9b47ed1..eabc46c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -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.0.2~ynh4 +**Version incluse :** 3.1.4~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 78cdc82..e619dff 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.0.2~ynh4" +version = "3.1.4~ynh1" maintainers = ["tituspijean"] @@ -48,10 +48,11 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/3.0.2/node-red-3.0.2.zip" - sha256 = "6c452646648f9e86622148eff2208fb45d2311b5339481f86b445e9e2fa215c5" + url = "https://github.com/node-red/node-red/releases/download/3.1.4/node-red-3.1.4.zip" + sha256 = "441c17d5a5bf6e19e2ea9eec3bc1e9af572230c47eee518c2dbb2e7374137f06" autoupdate.strategy = "latest_github_release" + autoupdate.asset = "node-red-.*zip" [resources.system_user]