mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
chore: bump version to 1.6.12
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Flex, Text } from "rebass";
|
||||
import { getAppVersion } from "../../utils/useVersion";
|
||||
import { appVersion } from "../../utils/version";
|
||||
import Field from "../field";
|
||||
import Dialog from "./dialog";
|
||||
import platform from "platform";
|
||||
@@ -23,7 +23,7 @@ This is all optional, of course.`,
|
||||
};
|
||||
|
||||
function getDeviceInfo() {
|
||||
const appVersion = getAppVersion().formatted;
|
||||
const appVersion = appVersion.formatted;
|
||||
const os = platform.os;
|
||||
const browser = `${platform.name} ${platform.version}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user