Skip to content

Commit

Permalink
build:version info updated in environments
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo committed Mar 22, 2024
1 parent d47ce9e commit 68ac80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":true,"version":"16.2.3","angularVersion":"16.2.4","materialVersion":"16.2.2","cssClassPrefix":true}
export const environment ={"production":true,"version":"16.2.4","angularVersion":"16.2.4","materialVersion":"16.2.2","cssClassPrefix":true}

2 changes: 1 addition & 1 deletion demo/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":false,"version":"16.2.3","angularVersion":"16.2.4","materialVersion":"16.2.2","cssClassPrefix":true}
export const environment ={"production":false,"version":"16.2.4","angularVersion":"16.2.4","materialVersion":"16.2.2","cssClassPrefix":true}

0 comments on commit 68ac80a

Please sign in to comment.