Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpu committed Oct 20, 2018
1 parent 602066f commit c6bdc12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![npm][license-badge-url]][license-url]
[![npm][dep-badge-url]][dep-url]

Supports Angular2,4,5,6
Supports Angular2,4,5,6,7

Source @ [https://github.com/dimpu/ngx-md](https://github.com/dimpu/ngx-md)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-md",
"version": "6.0.9",
"version": "7.0.0",
"author": {
"name": "Dimpu Aravind Buddha",
"email": "buddhaaravind@gmail.com",
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-md/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-md",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
}
}
}

0 comments on commit c6bdc12

Please sign in to comment.