Commit 2f2aeddc authored by Paul Herbert's avatar Paul Herbert

Bumped version

parent 214e01ee
{ {
"name": "BreezeWallet", "name": "BreezeWallet",
"description": "Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.", "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": { "author": {
"name": "Stratis Group", "name": "Stratis Group",
"email": "info@stratisplatform.com" "email": "info@stratisplatform.com"
......
...@@ -36,10 +36,8 @@ export class AppComponent implements OnInit { ...@@ -36,10 +36,8 @@ export class AppComponent implements OnInit {
} }
private setTitle() { private setTitle() {
let applicationName = "Breeze Wallet"; const applicationName = "Stratis Breeze Wallet";
let applicationVersion = remote.app.getVersion(); const newTitle = applicationName + " v" + remote.app.getVersion();
let releaseCycle = "beta";
let newTitle = applicationName + " v" + applicationVersion + " " + releaseCycle;
this.titleService.setTitle(newTitle); this.titleService.setTitle(newTitle);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment