diff --git a/CHANGELOG.md b/CHANGELOG.md index a704ed7022d8f2b7db1c3fbf874c6e8f2e8974a5..6b5999c2f6333c0826d9f84da086469bcd2cde24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.0.5 +- Updated `web-angular` to `2.0.0-beta.13.1`. + ## 1.0.4 - Updated `web-angular` to `2.0.0-beta.12`. Also changed imports: - `angular2.dart` -> `core.dart` diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 47f91b6c81bc841c6cb5d5672392a72c205a54f2..cf7380ae8770196c1970c3c5d224cfd031404362 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.4'; +const String APP_VERSION = '1.0.5'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index f9a2793b8fb928cae157af4fe2f7b008b4cc8c19..106db02ba74e5070d19ef6f64be3d73277086d15 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.4 +version: 1.0.5 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!