From f7a54136b86d7502c2afd6cf4352bb7f9ea56bf5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Fri, 9 Dec 2022 12:22:13 +0100
Subject: [PATCH] bump manifest version to 2.0.2-beta.1

---
 manifest.webapp | 2 +-
 package.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.webapp b/manifest.webapp
index 9a7853b04..103480a1a 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -3,7 +3,7 @@
   "slug": "ecolyo",
   "icon": "icon.svg",
   "categories": ["energy"],
-  "version": "2.0.1",
+  "version": "2.0.2",
   "licence": "AGPL-3.0",
   "editor": "Métropole de Lyon",
   "default_locale": "fr",
diff --git a/package.json b/package.json
index 48492f30d..ef91af9f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ecolyo",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "scripts": {
     "build": "yarn run build:css && yarn run build:browser",
     "build:browser": "cs build --browser ",
-- 
GitLab