Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
tugorez committed Feb 20, 2021
1 parent e9ae0bd commit e796bfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.1

* Replace extensions with leading dots.

## 2.0.0-nullsafety.0

* Migration to null-safety
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the file_selector plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 2.0.0-nullsafety.0
version: 2.0.0-nullsafety.1

dependencies:
flutter:
Expand All @@ -21,5 +21,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.9.1+hotfix.4"

0 comments on commit e796bfd

Please sign in to comment.