From f0db136e140fb560775575360e51fb77c4b5bcda Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 26 Jun 2021 10:03:11 +0500 Subject: [PATCH] update version to 1.4.2 --- apps/mobile/src/utils/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/mobile/src/utils/index.js b/apps/mobile/src/utils/index.js index 5eee15234..453ffd70e 100755 --- a/apps/mobile/src/utils/index.js +++ b/apps/mobile/src/utils/index.js @@ -20,8 +20,6 @@ export const Tracker = ackeeTracker.create('https://sa.streetwriters.co',{ ignoreLocalhost:true }); - - const imgNames = [ 'favorites', 'notes', @@ -99,7 +97,7 @@ export const InteractionManager = { runAfterInteractions: (func, time = 300) => setTimeout(func, time), }; -export const APP_VERSION = 1410; +export const APP_VERSION = 1420; export async function setSetting(settings, name, value) { let s = {...settings};