Skip to content

Commit

Permalink
update Readme and bump version for v9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishgkwd committed Jun 10, 2021
1 parent aab3516 commit 5ec805c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CircleCI](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker.svg?style=shield)](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [![Maintainability](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/maintainability)](https://codeclimate.com/github/ashishgkwd/ngx-mat-daterange-picker/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/test_coverage)](https://codeclimate.com/github/ashishgkwd/ngx-mat-daterange-picker/test_coverage)
![Angular_Version 6](https://img.shields.io/badge/Angular%20Version-6-brightgreen.svg)
![Angular_Version 9](https://img.shields.io/badge/Angular%20Version-9-brightgreen.svg)

# NgxMatDaterangePicker

Expand All @@ -22,10 +22,10 @@ https://ashishgkwd.github.io/ngx-mat-daterange-picker/

Angular Version | Compatible version
---|---
6.0 | v1.1.4
9.0 and below | v1.1.5
5.0 and below | v0.0.2

#### For Angular v6:
#### For Angular v6 and above:
```javascript
npm install ngx-mat-daterange-picker --save
or
Expand Down Expand Up @@ -59,9 +59,9 @@ Please note and install the following peer dependencies necessary for Angular v6

```json
"peerDependencies": {
"@angular/animations": "^6.1",
"@angular/cdk": "^6.1",
"@angular/material": "^6.1"
"@angular/animations": "^9.1.0",
"@angular/cdk": "^9.1.0",
"@angular/material": "^9.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-daterange-picker",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "https://github.com/ashishgkwd/ngx-mat-daterange-picker",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ec805c

Please sign in to comment.