mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
update version to 1.4.2
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user