From bf3ba9dc64540e30b96b12c9bbbaa69fe4957f7f Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sat, 5 Jun 2021 12:25:19 -0600 Subject: [PATCH] Bump to 1.7.5 --- client/package.json | 2 +- client/src/app/navbar/navbar.component.html | 2 +- dotnet-publish.ps1 | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 09570f9..631608e 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "bulma": "^0.9.2", "curray": "^1.0.8", "ngx-filesize": "^2.0.16", - "rxjs": "~7.1.0", + "rxjs": "~6.6.7", "tslib": "^2.2.0", "zone.js": "~0.11.4" }, diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 664ea12..b303ef6 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -49,7 +49,7 @@ Profile Logout - + diff --git a/dotnet-publish.ps1 b/dotnet-publish.ps1 index 3027fce..6655284 100644 --- a/dotnet-publish.ps1 +++ b/dotnet-publish.ps1 @@ -13,7 +13,7 @@ $newNavbar = (Get-Content $navbar) -replace 'Version .*?<', "Version $version<" cd client npm install -ng build --prod --output-path=..\server\RdtClient.Web\wwwroot +ng build --configuration production --output-path=..\server\RdtClient.Web\wwwroot cd .. cd server diff --git a/package.json b/package.json index d954677..590f54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.7.4", + "version": "1.7.5", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 56b3cb2..740674b 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net5.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 1.7.4 + 1.7.5