Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit ec7dfdb

Browse files
authored
Bump SDK constraint to allow to early Dart 2.0 release (#60)
1 parent befdc6e commit ec7dfdb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 2.3.4
2+
3+
* Bumped maximum Dart SDK version to 2.0.0-dev.infinity
4+
15
#### 2.3.3
26

37
* Relaxes version requirements on `package:intl`

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: file
2-
version: 2.3.3
2+
version: 2.3.4
33
authors:
44
- Matan Lurey <[email protected]>
55
- Yegor Jbanov <[email protected]>
@@ -16,4 +16,4 @@ dev_dependencies:
1616
test: ^0.12.18
1717

1818
environment:
19-
sdk: '>=1.19.0 <2.0.0'
19+
sdk: '>=1.19.0 <2.0.0-dev.infinity'

0 commit comments

Comments
 (0)