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

Fix SDK constraint #27

Merged
merged 1 commit into from
Sep 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 0.1.2+1

- Remove unneeded change to Dart SDK constraint.

## 0.1.2

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: cli_util
version: 0.1.2
version: 0.1.2+1
author: Dart Team <[email protected]>
description: A library to help in building Dart command-line apps.
homepage: https://github.com/dart-lang/cli_util

environment:
sdk: '>=1.11.0 <2.0.0-dev.infinity'
sdk: '>=1.11.0 <2.0.0'

dependencies:
path: '>=1.0.0 <2.0.0'
Expand Down