diff --git a/README.md b/README.md index 220e2c4..2c97528 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ export class AppComponent { > **Special behaviour for dropzones:** > -> `onComplete` only fires when `showFinishButton = true` (i.e. when the user clicks "Finish"). +> `onComplete` only fires if `showFinishButton = true` (when the user clicks "Finish"). > > `onUpdate` must be used when `showFinishButton = false`. > diff --git a/projects/bytescale-upload-widget-angular/package.json b/projects/bytescale-upload-widget-angular/package.json index 0a419ef..304fa44 100644 --- a/projects/bytescale-upload-widget-angular/package.json +++ b/projects/bytescale-upload-widget-angular/package.json @@ -1,6 +1,6 @@ { "name": "@bytescale/upload-widget-angular", - "version": "9.5.1", + "version": "9.5.2", "author": "Bytescale (https://www.bytescale.com)", "description": "Angular File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐", "license": "MIT",