fix(mobile): use package version directly
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user