[Minor] Set version on session storage as strolchAppVersion as string

This commit is contained in:
Robert von Burg 2019-06-18 09:17:39 +02:00
parent c63a04a5a3
commit dd1b10208d
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth",
"version": "0.7.6",
"version": "0.7.7",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",

View File

@ -459,6 +459,7 @@
this.appVersion = version.appVersion.artifactVersion;
this.environment = version.agentVersion.environment;
Strolch.setAppVersion(version);
sessionStorage.setItem("strolchAppVersion", JSON.stringify(version));
},
onGetVersionError: function (event) {