From 2e37a2edc5d7fca40ae9ba1b6686009ac9754422 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 17 Jan 2021 14:53:47 +0500 Subject: [PATCH] update version to 1220 --- apps/mobile/src/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/utils/index.js b/apps/mobile/src/utils/index.js index e58162724..f76af5cf1 100755 --- a/apps/mobile/src/utils/index.js +++ b/apps/mobile/src/utils/index.js @@ -11,7 +11,7 @@ import {SIZE} from './SizeUtils'; import RNTooltips from 'react-native-tooltips'; import {tabBarRef} from './Refs'; -export const APP_VERSION = 1200 +export const APP_VERSION = 1220 export async function setSetting(settings, name, value) { let s = {...settings};