diff --git a/CHANGELOG.md b/CHANGELOG.md index b02e25ae..b37168b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.24 + +- Improve web-angular* routing regex. + ## 1.0.23 - Standardized the layout of `pubspec.yaml` for all templates. diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 79f7747f..d24b40e4 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.23'; +const String APP_VERSION = '1.0.24'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 58ab5850..f0eac002 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.0.23 +version: 1.0.24 homepage: http://stagehand.pub authors: - Seth Ladd