1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Merge pull request #102 from YunoHost-Apps/ci-auto-update-3.1.10

Upgrade to v3.1.10
This commit is contained in:
eric_G 2024-06-13 16:17:45 +02:00 committed by GitHub
commit f5a28f81eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# All available README files by language # All available README files by language
- [Read the README in English](README.md) - [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) - [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md) - [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md) - [Le o README en galego](README_gl.md)

View file

@ -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: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Shipped version:** 3.1.9~ynh1 **Shipped version:** 3.1.10~ynh1
## Screenshots ## Screenshots

View file

@ -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: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Versión actual:** 3.1.9~ynh1 **Versión actual:** 3.1.10~ynh1
## Capturas ## Capturas

View file

@ -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: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Paketatutako bertsioa:** 3.1.9~ynh1 **Paketatutako bertsioa:** 3.1.10~ynh1
## Pantaila-argazkiak ## Pantaila-argazkiak

View file

@ -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: <https://nodered.org/docs/user-guide/runtime/configuration> 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: <https://nodered.org/docs/user-guide/runtime/configuration>
**Version incluse:** 3.1.9~ynh1 **Version incluse:** 3.1.10~ynh1
## Captures décran ## Captures décran

View file

@ -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: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Versión proporcionada:** 3.1.9~ynh1 **Versión proporcionada:** 3.1.10~ynh1
## Capturas de pantalla ## Capturas de pantalla

View file

@ -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: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**分发版本:** 3.1.9~ynh1 **分发版本:** 3.1.10~ynh1
## 截图 ## 截图

View file

@ -7,7 +7,7 @@ name = "Node-RED"
description.en = "Flow-based programming for the Internet of Things" description.en = "Flow-based programming for the Internet of Things"
description.fr = "Programmation par flux de données pour l'Internet des objets" description.fr = "Programmation par flux de données pour l'Internet des objets"
version = "3.1.9~ynh1" version = "3.1.10~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -51,8 +51,8 @@ ram.runtime = "70M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/node-red/node-red/releases/download/3.1.9/node-red-3.1.9.zip" url = "https://github.com/node-red/node-red/releases/download/3.1.10/node-red-3.1.10.zip"
sha256 = "420cbaaa6499ce5d5b9fb3e6bac0ffc24b23eb02f3dc8f4491207015dc7c6052" sha256 = "518fe5b52b940e7eed839ce218cbf7a87c74e25d954c3f6627a8179001ea41bc"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip" autoupdate.asset = "node-red-.*zip"