diff --git a/CHANGELOD.md b/CHANGELOD.md index 69a98499..4aae9cbe 100644 --- a/CHANGELOD.md +++ b/CHANGELOD.md @@ -1,3 +1,7 @@ +## [2.0.3](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.2...2.0.3) (2023-02-27) + +* **android:** Add READ_MEDIA_IMAGES permission for Android 13(Required in API 33). + ## [2.0.2](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.1...2.0.2) (2022-11-30) * **ios:** Fixed the camera swipe down bug by using presentationController. diff --git a/package-lock.json b/package-lock.json index 8b54f757..c7647697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "engines": { "name": "cordova", diff --git a/package.json b/package.json index 554ae40e..01eaee04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.2", + "version": "2.0.3", "cordova_name": "ImagePicker", "description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 383f7087..851b633a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.0.3"> ImagePicker