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