diff --git a/README.md b/README.md index ebf2269..f5487a8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Install the SDK version that supports the Angular version you are using: * For Angular 2, use `2.x` * For Angular 4, use `4.x` -* For Angular 5-11, use `5.x` +* For Angular 5-12, use `5.x` For example: diff --git a/projects/angular-cld/package.json b/projects/angular-cld/package.json index 6852102..fb1195e 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -2,8 +2,8 @@ "name": "@cloudinary/angular-5.x", "version": "1.4.1", "peerDependencies": { - "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", - "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" + "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", + "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" }, "devDependencies": { "cloudinary-core": "^2.10.2",