diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306b36b..baf1db5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.0.5
+
+* Fix for colliding permission request with image_picker plugin
+
## 0.0.4
* Return type changed to bool(true for success and false for everything else)
diff --git a/android/src/main/kotlin/carnegietechnologies/gallery_saver/GallerySaver.kt b/android/src/main/kotlin/carnegietechnologies/gallery_saver/GallerySaver.kt
index 601f7f4..754ac03 100644
--- a/android/src/main/kotlin/carnegietechnologies/gallery_saver/GallerySaver.kt
+++ b/android/src/main/kotlin/carnegietechnologies/gallery_saver/GallerySaver.kt
@@ -139,7 +139,7 @@ class GallerySaver internal constructor(private val activity: Activity) : Plugin
companion object {
- private const val REQUEST_EXTERNAL_IMAGE_STORAGE_PERMISSION = 2345
+ private const val REQUEST_EXTERNAL_IMAGE_STORAGE_PERMISSION = 2408
private const val KEY_PATH = "path"
}
diff --git a/gallery_saver.iml b/gallery_saver.iml
index 729dec2..7579669 100644
--- a/gallery_saver.iml
+++ b/gallery_saver.iml
@@ -17,7 +17,6 @@
-
diff --git a/pubspec.yaml b/pubspec.yaml
index 56a63a2..e71c174 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: gallery_saver
description: Saves images and videos to gallery and photos. Temporary file from camera gets saved to external storage by passing its path to the methods saveImage and saveVideo.
-version: 0.0.4
+version: 0.0.5
author: Carnegie Technologies d.o.o
homepage: https://github.com/CarnegieTechnologies/gallery_saver