Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Herbert committed Aug 14, 2018
1 parent 214e01e commit 2f2aedd
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 2f2aedd

Please sign in to comment.