diff --git a/package.json b/package.json index 807467d..85cd48b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Icon picker widget for Angular (version 9 and newer)", "bugs": "https://github.com/tech-advantage/ngx-icon-picker/issues", "license": "MIT", - "version": "1.2.0", + "version": "1.3.0", "scripts": { "ng": "ng", "lint": "ng lint", diff --git a/projects/lib/package.json b/projects/lib/package.json index adb50dd..3cadfb1 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-icon-picker", - "version": "1.2.0", + "version": "1.3.0", "peerDependencies": { "@angular/common": "^9.0.2", "@angular/core": "^9.0.2",