From 0e46a267f82abb020ce1842b6e92958a1f1c86fd Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 28 Mar 2016 15:05:12 -0700 Subject: [PATCH] 1.0.4 release --- 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 33b95de0..a704ed70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## unreleased +## 1.0.4 - Updated `web-angular` to `2.0.0-beta.12`. Also changed imports: - `angular2.dart` -> `core.dart` - `bootstrap.dart` -> `platform/browser.dart` diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 443decf9..47f91b6c 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.0.3'; +const String APP_VERSION = '1.0.4'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index ef375416..f9a2793b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: stagehand # When changing this version, change the lib/src/cli_app.dart version as well. -version: 1.0.3 +version: 1.0.4 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!