From afb278be36c28032d7b0355f78b72b884e68d2dc Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Wed, 19 Jul 2017 10:31:51 -0700 Subject: [PATCH] Bump SDK constraint to 2.0.0-dev.infinity (#436) --- CHANGELOG.md | 5 +++++ lib/src/cli_app.dart | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5def00db..dbfa2df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.1.5 + +- Updated the `sdk` dependency so that Stagehand can work with + 2.0.0-dev.* releases. + ## 1.1.4 - Made changes related to diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index b064e449..b8bf13b3 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -17,7 +17,7 @@ import 'package:usage/usage_io.dart'; const String APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '1.1.4+1'; +const String APP_VERSION = '1.1.5'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 9ba7767d..64b96c38 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ name: stagehand description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! -version: 1.1.4+1 +version: 1.1.5 homepage: http://stagehand.pub authors: - Seth Ladd @@ -15,7 +15,7 @@ authors: - Kathy Walrath environment: - sdk: '>=1.13.0 <2.0.0' + sdk: '>=1.13.0 <2.0.0-dev.infinity' # Add the bin/stagehand.dart script to the scripts pub installs. executables: