Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Bump SDK constraint to 2.0.0-dev.infinity (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalrath committed Jul 19, 2017
1 parent 170f592 commit afb278b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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 <sethladd@google.com>
- Devon Carew <devoncarew@google.com>
- Kathy Walrath <kathyw@google.com>

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:
Expand Down

0 comments on commit afb278b

Please sign in to comment.