Skip to content

Commit

Permalink
chore: v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsawyer committed Jul 15, 2024
1 parent cce83bf commit cf2e2f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/mat-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mat-file-upload",
"version": "13.0.0",
"version": "14.0.0",
"description": "A simple & configurable Angular Material file upload component.",
"keywords": [
"Angular",
Expand All @@ -15,9 +15,9 @@
"homepage": "https://bjsawyer.github.io/mat-file-upload/",
"license": "SEE LICENSE IN LICENSE.txt",
"peerDependencies": {
"@angular/common": ">= 13.0.0",
"@angular/core": ">= 13.0.0",
"@angular/material": ">= 13.0.0"
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0",
"@angular/material": ">= 14.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit cf2e2f5

Please sign in to comment.