diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2a4a21..6759c211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## unreleased +## 1.0.12 -- Add commented out `.analysis_options` file to all templates. +- Add commented-out `.analysis_options` file to all templates. - Add a component CSS file to `web-angular`. ## 1.0.11 diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index eab4f661..37b6796c 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.10'; +const String APP_VERSION = '1.0.12'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 2f5ea697..9f331aa8 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.12-dev +version: 1.0.12 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!