Skip to content

Commit 88ec4ee

Browse files
authored
Prepare for the 2.11 dev SDKs (flutter#16)
Bump the upper bound to allow 2.10 stable and 2.11.0 dev SDK versions.
1 parent 4a685fa commit 88ec4ee

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+
## 1.2.0-nullsafety.1
2+
3+
- Allow 2.10 stable and 2.11.0 dev SDK versions.
4+
15
## 1.2.0-nullsafety
26

37
- Opt in to null safety.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: charcode
2-
version: 1.2.0-nullsafety
2+
version: 1.2.0-nullsafety.1
33
description: >-
44
Constants for ASCII and common non-ASCII character codes represented by
55
top-level constants.
66
homepage: https://github.com/dart-lang/charcode
77

88
environment:
99
# This must remain a tight constraint until nnbd is stable
10-
sdk: '>=2.10.0-0 <2.10.0'
10+
sdk: '>=2.10.0-0 <2.11.0'
1111

1212
dev_dependencies:
1313
pedantic: ^1.0.0

0 commit comments

Comments
 (0)