Skip to content

Commit

Permalink
Updated to v7.0.1
Browse files Browse the repository at this point in the history
Updated with minor changes to v7.0.1.

Thanks @no-more . 👍
  • Loading branch information
ManuCutillas committed Dec 9, 2018
1 parent 4a5e983 commit 03ceb7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^7.1.2",
"@angular/router": "^7.1.2",
"core-js": "^2.6.0",
"ngx-responsive": "^7.0.0",
"ngx-responsive": "^7.0.1",
"rxjs": "^6.3.3",
"zone.js": "^0.8.26"
},
Expand Down
2 changes: 1 addition & 1 deletion ng-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"name": "ngx-responsive",
"version": "7.0.0",
"version": "7.0.1",
"lib": {
"entryFile": "src/index.ts"
}
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-responsive",
"version": "7.0.0",
"version": "7.0.1",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 7",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* ```
* @created_at May 04, 2016
* @updated_at Dec 08, 2018
* @version v7.0.0
* @version v7.0.1
*
* @angular/core : "7.x.x"
* rxjs: "7.x.x"
Expand Down

0 comments on commit 03ceb7c

Please sign in to comment.