Skip to content

Commit 66175ad

Browse files
authored
Fix SDK constraint (dart-archive/cli_util#27)
1 parent 03702bb commit 66175ad

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/cli_util/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Changelog
1+
## 0.1.2+1
2+
3+
- Remove unneeded change to Dart SDK constraint.
24

35
## 0.1.2
46

pkgs/cli_util/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: cli_util
2-
version: 0.1.2
2+
version: 0.1.2+1
33
author: Dart Team <[email protected]>
44
description: A library to help in building Dart command-line apps.
55
homepage: https://github.com/dart-lang/cli_util
66

77
environment:
8-
sdk: '>=1.11.0 <2.0.0-dev.infinity'
8+
sdk: '>=1.11.0 <2.0.0'
99

1010
dependencies:
1111
path: '>=1.0.0 <2.0.0'

0 commit comments

Comments
 (0)