diff --git a/package.json b/package.json index 79427fda..f73bda5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "straxui", "description": "STRAX Wallet", - "version": "1.4.0", + "version": "1.4.1", "author": { "name": "Stratis Group Ltd.", "email": "support@stratisplatform.com" diff --git a/src/app/shared/services/global.service.ts b/src/app/shared/services/global.service.ts index 07ca5c96..d32d7915 100644 --- a/src/app/shared/services/global.service.ts +++ b/src/app/shared/services/global.service.ts @@ -16,7 +16,7 @@ export class GlobalService { this.setDaemonIP(); } - private applicationVersion = '1.4.0'; + private applicationVersion = '1.4.1'; private gitCommit = ""; private testnet = false; private mainApiPort = 17103; @@ -116,7 +116,7 @@ export class GlobalService { return this.currentWalletAccount; } - public setWalletAccount(walletAccount? : string): void { + public setWalletAccount(walletAccount?: string): void { this.currentWalletAccount = walletAccount || "account 0"; }