diff --git a/CHANGELOG.md b/CHANGELOG.md index 2608e54..c0179be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.101] - 2025-03-07 +### Changed +- Fixed Angular build (again). + ## [2.0.100] - 2025-03-07 ### Changed - Fixed Angular build. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 376f65b..d448e4e 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - Version 2.0.100 + Version 2.0.101 diff --git a/dotnet-publish.ps1 b/dotnet-publish.ps1 index 73f7e02..6b787a4 100644 --- a/dotnet-publish.ps1 +++ b/dotnet-publish.ps1 @@ -17,7 +17,7 @@ Write-Output "Commit and push now, press any key to continue" cd client npm install -ng build --configuration production --output-path=..\server\RdtClient.Web\wwwroot +ng build cd .. cd server diff --git a/package.json b/package.json index 9e16d1f..a5bd01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.100", + "version": "2.0.101", "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 0c43cfc..f0e0f01 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net9.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.100 + 2.0.101 enable enable latest