Skip to content

Commit 9427d23

Browse files
committed
update to 1.8.1
1 parent ddc16d8 commit 9427d23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

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

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

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

18-
private applicationVersion = '1.8.0';
18+
private applicationVersion = '1.8.1';
1919
private gitCommit = "";
2020
private testnet = false;
2121
private cirrusMainApiPort = 37223;

0 commit comments

Comments
 (0)