From 9346074a10ed2f7887cae79a7004a20bc61bd996 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Fri, 21 Oct 2022 17:50:46 +0200
Subject: [PATCH] bump manifest to version 2.0

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

diff --git a/manifest.webapp b/manifest.webapp
index d7443341a..daf07c078 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -3,7 +3,7 @@
   "slug": "ecolyo",
   "icon": "icon.svg",
   "categories": ["energy"],
-  "version": "1.12.1",
+  "version": "2.0.0",
   "licence": "AGPL-3.0",
   "editor": "Métropole de Lyon",
   "default_locale": "fr",
diff --git a/package.json b/package.json
index cb914190d..7023dc959 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ecolyo",
-  "version": "1.12.1",
+  "version": "2.0.0",
   "scripts": {
     "build": "yarn run build:css && yarn run build:browser",
     "build:browser": "cs build --browser ",
-- 
GitLab