From ce011fee5ce3e8cfd49fbc78c7bb392d515214e5 Mon Sep 17 00:00:00 2001 From: Benjamin Guedj Date: Mon, 15 Jan 2024 17:43:06 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Change=20le=20num=C3=A9?= =?UTF-8?q?ro=20de=20version=20(v1.1.100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/app.config.js b/front/app.config.js index e92011fdc..67ab574ff 100644 --- a/front/app.config.js +++ b/front/app.config.js @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/naming-convention */ -const APP_VERSION = "1.1.99"; -const APP_VERSION_NUM = 99; +const APP_VERSION = "1.1.100"; +const APP_VERSION_NUM = 100; export default { expo: {