We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df92629 + 87dc9e8 commit 58105ccCopy full SHA for 58105cc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.2
2
+
3
+- Updated the SDK constraint.
4
5
## 1.1.1
6
7
- Spelling fixes.
pubspec.yaml
@@ -1,5 +1,5 @@
name: charcode
-version: 1.1.1
+version: 1.1.2-dev
author: Dart Team <[email protected]>
description: >
Constants for ASCII and common non-ASCII character codes.
@@ -9,4 +9,4 @@ description: >
9
This library declares readable symbolic names for character codes.
10
homepage: https://github.com/dart-lang/charcode
11
environment:
12
- sdk: '>=1.0.0 <2.0.0'
+ sdk: '>=1.0.0 <2.0.0-dev.infinity'
0 commit comments