From 7a696532588b7f48753a00d13f2ccf87eac95ba9 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 1 Sep 2017 08:28:12 -0700 Subject: [PATCH] prepare for release (#443) --- CHANGELOG.md | 4 ++-- lib/src/cli_app.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b839c5c..e615195a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Unreleased +## 1.1.6 - Added a missing copyright to a web-angular template file. - Removed the `close_sinks` lint from all analysis options files. - Moved to `dart-lang` GitHub org. -- Update `web-angular` to `angular` v4 and `angular_components` v0.6.0 +- Updated `web-angular` to `angular` v4 and `angular_components` v0.6.0. ## 1.1.5 diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index b8bf13b3..406c5103 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.5'; +const String APP_VERSION = '1.1.6'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 64b96c38..4f98092a 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.5 +version: 1.1.6 homepage: http://stagehand.pub authors: - Seth Ladd