Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 6a6e415

Browse files
authored
Bump max Dart SDK version to 2.0.0-dev.infinity (#13)
1 parent aba5b2b commit 6a6e415

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.1.1
2+
3+
* Bumped maximum Dart SDK version to 2.0.0-dev.infinity
4+
15
### 2.1.0
26

37
* Added `localeName`

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: platform
2-
version: 2.1.0
2+
version: 2.1.1
33
authors:
44
- Todd Volkert <[email protected]>
55
description: A pluggable, mockable platform abstraction for Dart.
@@ -9,4 +9,4 @@ dev_dependencies:
99
test: ^0.12.10
1010

1111
environment:
12-
sdk: '>=1.24.0-dev.0.0 <2.0.0'
12+
sdk: '>=1.24.0-dev.0.0 <2.0.0-dev.infinity '

0 commit comments

Comments
 (0)