diff --git a/package.json b/package.json index 5e3da50..9eb54f7 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": "11.0.0", + "version": "12.0.0", "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 3765556..e00fda4 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": "11.0.0", + "version": "12.0.0", "license": "MIT", "peerDependencies": { "@angular/common": ">=9.0.0",