Unverified Commit 909590d6 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #391 from herbepau/bump-version

Bumped version
parents 2f5bb217 2f2aeddc
{
"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