diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4d345e..cb380468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.0.3 +- Fixed the `web-polymer` template, which was broken in 1.0.2. + ## 1.0.2 - Removed `library` directives almost everywhere. - Updated LICENSE. diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 40541053..443decf9 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.2'; +const String APP_VERSION = '1.0.3'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 46fc8be1..ef375416 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.2 +version: 1.0.3 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!