diff --git a/CHANGELOG.md b/CHANGELOG.md index d6227ea8..13ad7957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # CHANGELOG +## 0.1.5 + +* Added a new `ubersimplewebapp` template. + ## 0.1.4 -* Added a new `appengineapp` sample (thanks @wibling!) + +* Added a new `appengineapp` template (thanks @wibling!) * updates to the webapp, shelfapp, and polymerapp samples ## 0.1.3 diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index d26f929b..f66b4418 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -18,7 +18,7 @@ import 'package:stagehand/src/common.dart'; const String APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '0.1.4'; +const String APP_VERSION = '0.1.5'; // The Google Analytics tracking ID for stagehand. const String _GA_TRACKING_ID = 'UA-55033590-1'; diff --git a/pubspec.yaml b/pubspec.yaml index c091debf..a94d3e71 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: 0.1.4 +version: 0.1.5 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!