Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 3661ad1

Browse files
author
Pieterjan Vanhoof
authored
Merge pull request #398 from stratisproject/dev0
Bump version, add RC1
2 parents 6ca090f + 0cee697 commit 3661ad1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StratisCore.UI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stratis-core",
33
"description": "Stratis Core Wallet",
4-
"version": "1.4.1",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Stratis Group Ltd.",
77
"email": "support@stratisplatform.com"

StratisCore.UI/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class AppComponent implements OnInit, OnDestroy {
8787
private setTitle(): void {
8888
const applicationName = this.sidechainEnabled ? 'Cirrus Core' : 'Stratis Core';
8989
const testnetSuffix = this.globalService.getTestnetEnabled() ? ' (testnet)' : '';
90-
const title = `${applicationName} ${this.globalService.getApplicationVersion()}${testnetSuffix}`;
90+
const title = `${applicationName} ${this.globalService.getApplicationVersion()}-RC1${testnetSuffix}`;
9191

9292
this.titleService.setTitle(title);
9393
}

0 commit comments

Comments
 (0)