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

Commit 443aa26

Browse files
author
dev0tion
authored
Merge pull request #462 from stratisproject/dev0
Update version
2 parents 986a0b0 + 8195a6c commit 443aa26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "2.2.0",
4+
"version": "2.2.1",
55
"author": {
66
"name": "Stratis Group Ltd.",
77
"email": "support@stratisplatform.com"

StratisCore.UI/src/app/shared/services/global.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class GlobalService {
1717
this.setDaemonIP();
1818
}
1919

20-
private applicationVersion = '2.2.0';
20+
private applicationVersion = '2.2.1';
2121
private gitCommit = "";
2222
private testnet = false;
2323
private sidechain = false;

0 commit comments

Comments
 (0)