Skip to content

Commit

Permalink
bump version to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Jun 30, 2022
1 parent d8d2e43 commit be9a6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-cookie",
"version": "6.0.0",
"version": "6.0.1",
"description": "Implementation of Angular 1.x $cookies service to Angular",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -93,4 +93,4 @@
"ts-node": "~10.8.1",
"typescript": "~4.7.4"
}
}
}
2 changes: 1 addition & 1 deletion 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": "6.0.0",
"version": "6.0.1",
"description": "Implementation of Angular 1.x $cookies service to Angular",
"repository": {
"type": "git",
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": "6.0.0",
"version": "6.0.1",
"description": "Implementation of Angular 1.x $cookies service to Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit be9a6f0

Please sign in to comment.