diff --git a/QuickApp/ClientApp/package-lock.json b/QuickApp/ClientApp/package-lock.json index 35dc74cb1..cefc32687 100644 --- a/QuickApp/ClientApp/package-lock.json +++ b/QuickApp/ClientApp/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickapp", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quickapp", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "@angular/animations": "^16.0.0", diff --git a/QuickApp/ClientApp/package.json b/QuickApp/ClientApp/package.json index fbf41039b..cff8b8722 100644 --- a/QuickApp/ClientApp/package.json +++ b/QuickApp/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "quickapp", - "version": "7.1.0", + "version": "7.2.0", "description": "ASP.NET Core 7.0/Angular 16 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development", "author": { "name": "Ebenezer Monney", diff --git a/QuickApp/ClientApp/src/app/services/configuration.service.ts b/QuickApp/ClientApp/src/app/services/configuration.service.ts index 7b76923c5..2134ad6c3 100644 --- a/QuickApp/ClientApp/src/app/services/configuration.service.ts +++ b/QuickApp/ClientApp/src/app/services/configuration.service.ts @@ -94,7 +94,7 @@ export class ConfigurationService { get showDashboardBanner() { return this._showDashboardBanner != null ? this._showDashboardBanner : ConfigurationService.defaultShowDashboardBanner; } - public static readonly appVersion = '7.1.0'; + public static readonly appVersion = '7.2.0'; // ***Specify default configurations here*** public static readonly defaultLanguage = 'en'; diff --git a/README.md b/README.md index 017125469..f3ddc9442 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ___ * Template pages with Angular 16 and TypeScript * RESTful API Backend using ASP.NET Core 7 Web API * Database using Entity Framework Core -* Authentication based on IdentityServer4 and ASP.NET Core Identity +* Authentication based on IdentityServer and ASP.NET Core Identity * API Documentation using Swagger * Angular CLI for managing client-side libraries * Theming using Bootstrap 5