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

Commit 8ab0e41

Browse files
authored
Fix SDK constraint (#27)
1 parent c10b88b commit 8ab0e41

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
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

pubspec.yaml

+2-2
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)