Skip to content

Commit

Permalink
updaet SDK constraint for null safety (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Oct 22, 2020
1 parent 2f48298 commit ebad527
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.0-nullsafety.3

* Update supported SDK range.

### 3.0.0-nullsafety.2

* Update supported SDK range.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: platform
version: 3.0.0-nullsafety.2
version: 3.0.0-nullsafety.3
description: A pluggable, mockable platform abstraction for Dart.
homepage: https://github.com/google/platform.dart

environment:
sdk: '>=2.10.0-0.0 <2.12.0'

dev_dependencies:
test: ^1.16.0-nullsafety.1

environment:
sdk: '>=2.10.0-0.0 <2.11.0'

0 comments on commit ebad527

Please sign in to comment.