From 771eb53022dbe884e93af43cc12813563c6221b2 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 30 Dec 2015 13:03:19 -0800 Subject: [PATCH] 0.2.5+4 --- AUTHORS | 2 +- CHANGELOG.md | 3 +++ lib/src/cli_app.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 07d20e5b..9e28ea32 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,4 +9,4 @@ Devon Carew Sungguk Lim Kunal Deo Guillermo López-Anglada -ntaoo \ No newline at end of file +ntaoo diff --git a/CHANGELOG.md b/CHANGELOG.md index 20937bbc..6a7808ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 0.2.5+4 +- Added a reference to the webcomponents-lite.js in the polymer template + ## 0.2.5+3 - Updated `web-angular` to `2.0.0-beta.0`. diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 1dfe7e06..8062e8a0 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -19,7 +19,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 = '0.2.5+3'; +const String APP_VERSION = '0.2.5+4'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index a741a548..95faba30 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.2.5+3 +version: 0.2.5+4 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!