diff --git a/manifest.webapp b/manifest.webapp
index d009c17c1a810d0577442bb82438906582e13076..cd41c91e7791b705a999b6a6b6536377a0cf30d6 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -3,7 +3,7 @@
   "slug": "ecolyo",
   "icon": "icon.svg",
   "categories": ["energy"],
-  "version": "0.1.8",
+  "version": "0.1.9",
   "licence": "AGPL-3.0",
   "editor": "Métropole de Lyon",
   "default_locale": "fr",
diff --git a/package.json b/package.json
index d9b581940639717207c1cf8f94cae54438c458d3..9b3078f2a6497ba92e4a5e726f6526f2070ba367 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ecolyo",
-  "version": "0.1.8",
+  "version": "0.1.9",
   "scripts": {
     "tx": "tx pull --all || true",
     "lint": "yarn lint:js && yarn lint:styles",