From d824c675e3c28bb916b03302e335d8aeed777fda Mon Sep 17 00:00:00 2001 From: Pieterjan Vanhoof Date: Mon, 25 Mar 2019 16:50:46 +0100 Subject: [PATCH] Update dependencies and bump version (#217) --- StratisCore.UI/package.json | 30 +++++++++---------- .../src/app/shared/services/global.service.ts | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/StratisCore.UI/package.json b/StratisCore.UI/package.json index 58e79006..ba4a8a19 100644 --- a/StratisCore.UI/package.json +++ b/StratisCore.UI/package.json @@ -1,7 +1,7 @@ { "name": "stratis-core", "description": "Stratis Core Wallet", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Stratis Group Ltd.", "email": "support@stratisplatform.com" @@ -59,19 +59,19 @@ "ngx-qrcode2": "0.0.9" }, "devDependencies": { - "@angular-devkit/build-angular": "0.13.5", - "@angular/animations": "7.2.9", - "@angular/cli": "7.3.4", - "@angular/common": "7.2.9", - "@angular/compiler": "7.2.9", - "@angular/compiler-cli": "7.2.9", - "@angular/core": "7.2.9", - "@angular/forms": "7.2.9", - "@angular/http": "7.2.9", - "@angular/language-service": "7.2.9", - "@angular/platform-browser": "7.2.9", - "@angular/platform-browser-dynamic": "7.2.9", - "@angular/router": "7.2.9", + "@angular-devkit/build-angular": "0.13.6", + "@angular/animations": "7.2.10", + "@angular/cli": "7.3.6", + "@angular/common": "7.2.10", + "@angular/compiler": "7.2.10", + "@angular/compiler-cli": "7.2.10", + "@angular/core": "7.2.10", + "@angular/forms": "7.2.10", + "@angular/http": "7.2.10", + "@angular/language-service": "7.2.10", + "@angular/platform-browser": "7.2.10", + "@angular/platform-browser-dynamic": "7.2.10", + "@angular/router": "7.2.10", "@ngx-translate/core": "11.0.1", "@ngx-translate/http-loader": "4.0.0", "@ng-bootstrap/ng-bootstrap": "4.1.0", @@ -81,7 +81,7 @@ "bootstrap": "4.3.1", "codelyzer": "4.5.0", "core-js": "2.6.5", - "electron": "4.1.0", + "electron": "4.1.1", "electron-builder": "20.39.0", "electron-reload": "1.4.0", "jasmine-core": "3.3.0", diff --git a/StratisCore.UI/src/app/shared/services/global.service.ts b/StratisCore.UI/src/app/shared/services/global.service.ts index 6ec27cf1..5c8597b2 100644 --- a/StratisCore.UI/src/app/shared/services/global.service.ts +++ b/StratisCore.UI/src/app/shared/services/global.service.ts @@ -12,7 +12,7 @@ export class GlobalService { this.setApiPort(); } - private applicationVersion: string = "1.1.0"; + private applicationVersion: string = "1.1.1"; private testnet: boolean = false; private sidechain: boolean = false; private mainApiPort: number = 37221;