diff --git a/README.md b/README.md index 5d23c6a..29ca670 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi - Custom JavaScript functions can be written -**Shipped version:** 2.1.2~ynh1 +**Shipped version:** 2.1.4~ynh1 diff --git a/README_fr.md b/README_fr.md index 700d97b..a4a3c22 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Il propose un éditeur accessible dans le navigateur, qui facilite l'ébauche de - Fonctions personnalisées en JavaScript -**Version incluse :** 2.1.2~ynh1 +**Version incluse :** 2.1.4~ynh1 diff --git a/conf/app.src b/conf/app.src index 0ef1b97..8b19e7a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.1.2/node-red-2.1.2.zip -SOURCE_SUM=0ac9c016b9094c6c9bdfdd48971c5c11a75286666bcb4d9fe159a9d478c44f66 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.1.4/node-red-2.1.4.zip +SOURCE_SUM=aa169161801ca9fef1c5d27c059aa4e06c6833bb04212067a729682f21476b6a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8aabd9b..f865077 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things", "fr": "Programmation par flux de données pour l'Internet des objets" }, - "version": "2.1.2~ynh1", + "version": "2.1.4~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0",