update version to 1220

This commit is contained in:
ammarahm-ed
2021-01-17 14:53:47 +05:00
parent 7e4efc9ba6
commit 2e37a2edc5

View File

@@ -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};