chore: bump version to 1.6.12

This commit is contained in:
thecodrr
2021-12-16 12:03:42 +05:00
parent 60dcf14ce7
commit 24fdf20d41
10 changed files with 35 additions and 95 deletions

View File

@@ -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}`;