Skip to content

Commit

Permalink
Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Feb 26, 2021
1 parent 7ea1a97 commit 13c1608
Show file tree
Hide file tree
Showing 3 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": "ngx-cookie",
"version": "5.0.1",
"version": "5.0.2",
"description": "Implementation of Angular 1.x $cookies service to Angular",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-cookie-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-cookie-backend",
"version": "5.0.1",
"version": "5.0.2",
"description": "Implementation of Angular 1.x $cookies service to Angular",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/common": ">9.0.0",
"@angular/core": ">9.0.0",
"@nguniversal/express-engine": ">9.0.0",
"ngx-cookie": "5.0.0"
"ngx-cookie": "5.0.2"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-cookie",
"version": "5.0.1",
"version": "5.0.2",
"description": "Implementation of Angular 1.x $cookies service to Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit 13c1608

Please sign in to comment.