From 231a096da25b84735ce23471a07190c1460085a8 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Tue, 10 Oct 2017 09:44:58 -0700 Subject: [PATCH] Preparing to release 1.1.7 (#453) --- CHANGELOG.md | 2 +- lib/src/cli_app.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 558268f4..8bad1307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 1.1.7 -- Improved the format of the code by enabling several lints. - Updated `web-angular` template pubspec: using `angular_components` 0.7.0. +- Improved the format of Stagehand's own code by enabling several lints. ## 1.1.6 diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 491c2ecb..a11d317b 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 appName = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String appVersion = '1.1.7-dev'; +const String appVersion = '1.1.7'; const String appPubInfo = 'https://pub.dartlang.org/packages/$appName.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 77fb5108..f7398775 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.7-dev +version: 1.1.7 homepage: http://stagehand.pub authors: - Seth Ladd