Skip to content

Commit

Permalink
Updated version number: package.json, others
Browse files Browse the repository at this point in the history
  • Loading branch information
emonney committed Jun 12, 2023
1 parent f8f427e commit ef9bfbd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions QuickApp/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion QuickApp/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef9bfbd

Please sign in to comment.