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

Commit 771eb53

Browse files
committed
0.2.5+4
1 parent fe604b5 commit 771eb53

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Devon Carew <devoncarew@google.com>
99
Sungguk Lim <limasdf@gmail.com>
1010
Kunal Deo <kunaldeo@gmail.com>
1111
Guillermo López-Anglada <guillermo.lopez@outlook.com>
12-
ntaoo <ntaoo.g@gmail.com>
12+
ntaoo <ntaoo.g@gmail.com>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.2.5+4
4+
- Added a reference to the webcomponents-lite.js in the polymer template
5+
36
## 0.2.5+3
47

58
- Updated `web-angular` to `2.0.0-beta.0`.

lib/src/cli_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart';
1919
const String APP_NAME = 'stagehand';
2020

2121
// This version must be updated in tandem with the pubspec version.
22-
const String APP_VERSION = '0.2.5+3';
22+
const String APP_VERSION = '0.2.5+4';
2323

2424
const String APP_PUB_INFO =
2525
'https://pub.dartlang.org/packages/${APP_NAME}.json';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: stagehand
66
# When changing this version, change the lib/src/cli_app.dart version as well.
7-
version: 0.2.5+3
7+
version: 0.2.5+4
88
description: >
99
A scaffolding generator for your Dart projects. Stagehand helps you get set
1010
up!

0 commit comments

Comments
 (0)