fix(mobile): use package version directly

This commit is contained in:
Mo
2022-06-16 13:30:07 -05:00
parent 619b5a9677
commit c4642ceb99
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{ {
"name": "@standardnotes/mobile", "name": "@standardnotes/mobile",
"version": "3.23.1-alpha.12", "version": "3.23.1-alpha.12",
"user-version": "3.23.0",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View File

@@ -464,7 +464,7 @@ export class ApplicationState extends ApplicationService {
} }
static get version() { static get version() {
return `${pjson['user-version']} (${VersionInfo.buildVersion})` return `${pjson.version} (${VersionInfo.buildVersion})`
} }
get isTabletDevice() { get isTabletDevice() {