Skip to content

Commit

Permalink
chore: update version number (1.1.108)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Aug 26, 2024
1 parent 3fe1560 commit fb44c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/app.config.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit fb44c6c

Please sign in to comment.