Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
0.2.5+4
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 30, 2015
1 parent fe604b5 commit 771eb53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Devon Carew <devoncarew@google.com>
Sungguk Lim <limasdf@gmail.com>
Kunal Deo <kunaldeo@gmail.com>
Guillermo López-Anglada <guillermo.lopez@outlook.com>
ntaoo <ntaoo.g@gmail.com>
ntaoo <ntaoo.g@gmail.com>
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 771eb53

Please sign in to comment.