diff --git a/package-lock.json b/package-lock.json index c76d7f7..73555a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-color-picker", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ff277c..a159591 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Color picker widget for Angular", "bugs": "https://github.com/zefoy/ngx-color-picker/issues", "license": "MIT", - "version": "5.0.2", + "version": "5.0.3", "main": "./bundles/ngx-color-picker.umd.js", "module": "./dist/ngx-color-picker.es5.js", "typings": "./dist/ngx-color-picker.d.ts",