Skip to content

Commit

Permalink
Rev'd version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisAMenace committed Jun 1, 2019
1 parent 03a592e commit 918a32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FullNode.UI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "x42-Core",
"description": "x42 Core Wallet",
"version": "0.1.18",
"version": "0.1.19",
"author": {
"name": "X42",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion FullNode.UI/src/app/shared/services/global.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class GlobalService {
this.setApiPort();
}

private applicationVersion: string = "0.1.18";
private applicationVersion: string = "0.1.19";
private testnet: boolean = false;
private sidechain: boolean = false;
private mainApiPort: number = 37221;
Expand Down

0 comments on commit 918a32d

Please sign in to comment.