Browse Source

update version

Caijinglong 5 years ago
parent
commit
32deff1eb6
3 changed files with 6 additions and 3 deletions
  1. 4
    0
      CHANGELOG.md
  2. 1
    2
      README.md
  3. 1
    1
      pubspec.yaml

+ 4
- 0
CHANGELOG.md View File

1
 # CHANGELOG
1
 # CHANGELOG
2
 
2
 
3
+## [0.1.11]
4
+
5
+fix pubspec version
6
+
3
 ## [0.1.10] fix bug
7
 ## [0.1.10] fix bug
4
 
8
 
5
 fix a error widget bug.
9
 fix a error widget bug.

+ 1
- 2
README.md View File

2
 
2
 
3
 [![pub package](https://img.shields.io/pub/v/photo.svg)](https://pub.dartlang.org/packages/photo)
3
 [![pub package](https://img.shields.io/pub/v/photo.svg)](https://pub.dartlang.org/packages/photo)
4
 [![GitHub](https://img.shields.io/github/license/CaiJingLong/flutter_photo.svg?style=flat-square)](https://github.com/CaiJingLong/flutter_photo)
4
 [![GitHub](https://img.shields.io/github/license/CaiJingLong/flutter_photo.svg?style=flat-square)](https://github.com/CaiJingLong/flutter_photo)
5
-[![GitHub stars](https://img.shields.io/github/stars/CaiJingLong/flutter_photo.svg?style=social&label=Stars)](https://github.com/CaiJingLong/flutter_photo) 
6
-[![Join the chat at https://gitter.im/caijinglong/flutter_photo](https://badges.gitter.im/caijinglong/flutter_photo.svg)](https://gitter.im/caijinglong/flutter_photo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
+[![GitHub stars](https://img.shields.io/github/stars/CaiJingLong/flutter_photo.svg?style=social&label=Stars)](https://github.com/CaiJingLong/flutter_photo)
7
 
6
 
8
 image picker, multi picker
7
 image picker, multi picker
9
 
8
 

+ 1
- 1
pubspec.yaml View File

1
 name: photo
1
 name: photo
2
 description: image picker, multi picker support video / icloud asset ,use flutter as ui, if you want to build custom ui,you just use photo_manager.
2
 description: image picker, multi picker support video / icloud asset ,use flutter as ui, if you want to build custom ui,you just use photo_manager.
3
-version: 0.1.10
3
+version: 0.1.11
4
 author: caijinglong<cjl_spy@163.com>
4
 author: caijinglong<cjl_spy@163.com>
5
 homepage: https://github.com/CaiJingLong/flutter_photo
5
 homepage: https://github.com/CaiJingLong/flutter_photo
6
 
6