diff --git a/README.md b/README.md
index 5985683..4aae504 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For now, although the package is fully functional (install, remove, backup, rest
During install, the whole app need to be recompile using yarn, this lead to long installation time. Also, a temporary swap file will be created if less than 2Gb of memory (RAM+Swap) are available : Be sure to have enough space on disk.
-**Shipped version:** 8.14.1~ynh1
+**Shipped version:** 8.14.2~ynh1
## Documentation and resources
* Official app website:
diff --git a/README_fr.md b/README_fr.md
index dc57946..31b44b7 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -32,7 +32,7 @@ Pour l'instant, bien que le package fonctionne (installation, désinstallation,
Pendant l'installation, la totalité de l'application doit être recompilé en utilisant yarn : cela amène à des temps d'installation très long. Un fichier de swap temporaire sera créé si moins de 2Go de mémoire sont disponibles (RAM + swap): Assurez vous d'avoir suffisament d'espace disque.
-**Version incluse :** 8.14.1~ynh1
+**Version incluse :** 8.14.2~ynh1
## Documentations et ressources
* Site officiel de l’app :
diff --git a/conf/app.src b/conf/app.src
index 8da8495..ecc33dd 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.14.1
-SOURCE_SUM=9a6a4c66dc915e207e3bcb7957b55409d2487081d4ffd5bf8de3e9ec2df03503
+SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.14.2
+SOURCE_SUM=1f5890f5934103b471746cc5c34e09b97217eab9174beaed4a2b53b33264f242
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
diff --git a/manifest.toml b/manifest.toml
index b213c30..0363369 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Zwave-JS-UI"
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
-version = "8.14.1~ynh1"
+version = "8.14.2~ynh1"
maintainers = ["Krakinou"]