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

Bumped version

parent 214e01ee
{
"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"
......
......@@ -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);
}
}
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