From c0162254ad3fcbb0f569416642580e10fe5698df Mon Sep 17 00:00:00 2001 From: Benjamin Guedj Date: Mon, 4 Mar 2024 13:47:45 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20change=20le=20num=C3=A9ro=20de=20versi?= =?UTF-8?q?on=20(v1.1.101)?= 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 67ab574ff..83da34d57 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.100"; -const APP_VERSION_NUM = 100; +const APP_VERSION = "1.1.101"; +const APP_VERSION_NUM = 101; export default { expo: {