update app version to 1.3.5

This commit is contained in:
ammarahm-ed
2021-04-06 13:28:48 +05:00
parent 54024a563d
commit eb4bf5fa3f
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const App = () => {
await MMKV.setItem(
'askForRating',
JSON.stringify({
timestamp: Date.now() + 86400000 * 2,
timestamp: Date.now() + (86400000 * 2),
}),
);
}

View File

@@ -14,7 +14,7 @@ export const InteractionManager = {
runAfterInteractions: (func, time = 150) => setTimeout(func, time),
};
export const APP_VERSION = 1340;
export const APP_VERSION = 1350;
export async function setSetting(settings, name, value) {
let s = {...settings};