mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 07:59:48 +01:00
update app version to 1.3.5
This commit is contained in:
@@ -51,7 +51,7 @@ const App = () => {
|
||||
await MMKV.setItem(
|
||||
'askForRating',
|
||||
JSON.stringify({
|
||||
timestamp: Date.now() + 86400000 * 2,
|
||||
timestamp: Date.now() + (86400000 * 2),
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user