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
- Version 1.7.4
+ Version 1.7.5
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