Skip to content

Commit

Permalink
chore(release): 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Dec 1, 2019
1 parent 2c36caf commit d6f4bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-gallery",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions projects/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-gallery",
"version": "1.0.8",
"version": "1.0.9",
"description": "A simple responsive native gallery component for Angular 8+.",
"author": "Andrey Kolkov <[email protected]>",
"repository": "https://github.com/kolkov/ngx-gallery",
Expand All @@ -10,8 +10,8 @@
"url": "https://github.com/kolkov/ngx-gallery/issues"
},
"peerDependencies": {
"@angular/common": ">8.0.0",
"@angular/core": ">8.0.0",
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down

0 comments on commit d6f4bf4

Please sign in to comment.