Skip to content

Commit 1cd5e52

Browse files
author
Chris Yang
authored
[image_picker] fix version. (flutter#2696)
1 parent 59af7ac commit 1cd5e52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/image_picker/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 0.6.6
1+
## 0.6.5+2
22

3-
* Fixes crash when an image in the gallery is tapped more than once.
3+
* iOS: Fixes crash when an image in the gallery is tapped more than once.
44

55
## 0.6.5+1
66

packages/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker
22
description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker
5-
version: 0.6.6
5+
version: 0.6.5+2
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)