diff --git a/package-lock.json b/package-lock.json index ae4936d..f2c21c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-color-picker", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 027cb0f..fd32c2d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ngx-color-picker", "description": "Color picker widget for Angular", "bugs": "https://github.com/zefoy/ngx-color-picker/issues", - "version": "12.0.0", + "version": "12.0.1", "license": "MIT", "private": true, "scripts": { @@ -73,4 +73,4 @@ "watch": "^1.0.2", "zone.js": "^0.11.4" } -} \ No newline at end of file +} diff --git a/projects/lib/package.json b/projects/lib/package.json index e00fda4..978db33 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -2,7 +2,7 @@ "name": "ngx-color-picker", "description": "Color picker widget for Angular", "bugs": "https://github.com/zefoy/ngx-color-picker/issues", - "version": "12.0.0", + "version": "12.0.1", "license": "MIT", "peerDependencies": { "@angular/common": ">=9.0.0",