Skip to content

Commit be9a6f0

Browse files
committed
bump version to 6.0.1
1 parent d8d2e43 commit be9a6f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-cookie",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Implementation of Angular 1.x $cookies service to Angular",
55
"scripts": {
66
"ng": "ng",
@@ -93,4 +93,4 @@
9393
"ts-node": "~10.8.1",
9494
"typescript": "~4.7.4"
9595
}
96-
}
96+
}

projects/ngx-cookie-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-cookie-backend",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Implementation of Angular 1.x $cookies service to Angular",
55
"repository": {
66
"type": "git",

projects/ngx-cookie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-cookie",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Implementation of Angular 1.x $cookies service to Angular",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)