diff --git a/README.md b/README.md index 846693b..2fa052f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Upgrade instructions For a list of breaking changes and update instructions, go to [releases](https://github.com/Mawi137/ngx-image-cropper/releases). -Only Angular 16+ is supported. +Only Angular 16+ is supported since version 8.0.0. ### Example usage diff --git a/projects/ngx-image-cropper/package.json b/projects/ngx-image-cropper/package.json index 9f0ca77..1d11765 100644 --- a/projects/ngx-image-cropper/package.json +++ b/projects/ngx-image-cropper/package.json @@ -1,6 +1,6 @@ { "name": "ngx-image-cropper", - "version": "7.2.1", + "version": "8.0.0", "description": "An image cropper for Angular", "author": "Martijn Willekens", "repository": { @@ -22,7 +22,7 @@ ], "license": "MIT", "peerDependencies": { - "@angular/common": ">=15.0.0", - "@angular/core": ">=15.0.0" + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0" } }