Browse Source

update version

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

+ 4
- 0
CHANGELOG.md View File

1
 # CHANGELOG
1
 # CHANGELOG
2
 
2
 
3
+## [0.1.9]
4
+
5
+fix all assets i18n provider
6
+
3
 ## [0.1.8]
7
 ## [0.1.8]
4
 
8
 
5
 Fixed crash bug when the number of photos or videos was zero.
9
 Fixed crash bug when the number of photos or videos was zero.

+ 1
- 1
README.md View File

30
 
30
 
31
 ```yaml
31
 ```yaml
32
 dependencies:
32
 dependencies:
33
-  photo: ^0.1.8
33
+  photo: ^0.1.9
34
 ```
34
 ```
35
 
35
 
36
 ## import
36
 ## import

+ 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.8
3
+version: 0.1.9
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