Bump patch version and CHANGELOG.

This commit is contained in:
David Iglesias Teixeira
2021-03-09 16:53:52 -08:00
parent be6f3d096c
commit 7cb7c0a143
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 0.3.1+1
* Rehomed to `flutter/packages` repository.
## 0.3.1 ## 0.3.1
* Fix nullability of `XFileBase`'s `path` and `name` to match the * Fix nullability of `XFileBase`'s `path` and `name` to match the

View File

@ -1,7 +1,7 @@
name: cross_file name: cross_file
description: An abstraction to allow working with files across multiple platforms. description: An abstraction to allow working with files across multiple platforms.
homepage: https://github.com/flutter/plugins/tree/master/packages/cross_file repository: https://github.com/flutter/packages/tree/master/packages/cross_file
version: 0.3.1 version: 0.3.1+1
dependencies: dependencies:
flutter: flutter:
@ -14,5 +14,5 @@ dev_dependencies:
pedantic: ^1.10.0 pedantic: ^1.10.0
environment: environment:
sdk: ">=2.12.0-259.9.beta <3.0.0" sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0" flutter: ">=1.22.0"