From fb44c6c0e668eeefbd29bbc3f2b2f282ab737731 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 26 Aug 2024 11:36:01 +0200 Subject: [PATCH] chore: update version number (1.1.108) --- front/app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/app.config.ts b/front/app.config.ts index dadc30b14..3c401afcb 100644 --- a/front/app.config.ts +++ b/front/app.config.ts @@ -1,8 +1,8 @@ import { ExpoConfig, ConfigContext } from "expo/config"; /* eslint-disable @typescript-eslint/naming-convention */ -const APP_VERSION = "1.1.107"; -const APP_VERSION_NUM = 107; +const APP_VERSION = "1.1.108"; +const APP_VERSION_NUM = 108; export default ({ config }: ConfigContext): ExpoConfig => ({ ...config,