Skip to content

Commit 58105cc

Browse files
authored
Merge pull request flutter#8 from dart-lang/devoncarew-patch-2
Update pubspec.yaml
2 parents df92629 + 87dc9e8 commit 58105cc

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.1.2
2+
3+
- Updated the SDK constraint.
4+
15
## 1.1.1
26

37
- Spelling fixes.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: charcode
2-
version: 1.1.1
2+
version: 1.1.2-dev
33
author: Dart Team <[email protected]>
44
description: >
55
Constants for ASCII and common non-ASCII character codes.
@@ -9,4 +9,4 @@ description: >
99
This library declares readable symbolic names for character codes.
1010
homepage: https://github.com/dart-lang/charcode
1111
environment:
12-
sdk: '>=1.0.0 <2.0.0'
12+
sdk: '>=1.0.0 <2.0.0-dev.infinity'

0 commit comments

Comments
 (0)