Skip to content

Commit

Permalink
Merge pull request #391 from herbepau/bump-version
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
bokobza authored Aug 14, 2018
2 parents 2f5bb21 + 2f2aedd commit 909590d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Breeze.UI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BreezeWallet",
"description": "Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.",
"version": "0.3.0",
"version": "1.0.0",
"author": {
"name": "Stratis Group",
"email": "info@stratisplatform.com"
Expand Down
6 changes: 2 additions & 4 deletions Breeze.UI/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ export class AppComponent implements OnInit {
}

private setTitle() {
let applicationName = "Breeze Wallet";
let applicationVersion = remote.app.getVersion();
let releaseCycle = "beta";
let newTitle = applicationName + " v" + applicationVersion + " " + releaseCycle;
const applicationName = "Stratis Breeze Wallet";
const newTitle = applicationName + " v" + remote.app.getVersion();
this.titleService.setTitle(newTitle);
}
}

0 comments on commit 909590d

Please sign in to comment.