fix(mobile): use package version directly
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/mobile",
|
||||
"version": "3.23.1-alpha.12",
|
||||
"user-version": "3.23.0",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
||||
@@ -464,7 +464,7 @@ export class ApplicationState extends ApplicationService {
|
||||
}
|
||||
|
||||
static get version() {
|
||||
return `${pjson['user-version']} (${VersionInfo.buildVersion})`
|
||||
return `${pjson.version} (${VersionInfo.buildVersion})`
|
||||
}
|
||||
|
||||
get isTabletDevice() {
|
||||
|
||||
Reference in New Issue
Block a user