Skip to content

Commit

Permalink
Bump version to 1.4.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
fassadlr authored Sep 6, 2021
1 parent 55dad7c commit 0cbd7cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "straxui",
"description": "STRAX Wallet",
"version": "1.4.0",
"version": "1.4.1",
"author": {
"name": "Stratis Group Ltd.",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions src/app/shared/services/global.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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";
}

Expand Down

0 comments on commit 0cbd7cc

Please sign in to comment.