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

Commit

Permalink
Merge pull request #311 from google/1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
kwalrath committed Feb 18, 2016
2 parents 1e1fd92 + ed1d3ac commit f2bb2a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Google Inc.
Seth Ladd <sethladd@google.com>
Devon Carew <devoncarew@google.com>
Kathy Walrath <kathyw@google.com>
Sungguk Lim <limasdf@gmail.com>
Kunal Deo <kunaldeo@gmail.com>
Guillermo López-Anglada <guillermo.lopez@outlook.com>
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGELOG

## unreleased
## 1.0.1
- Updated `web-angular` to `2.0.0-beta.6`. Also added a description
and dart_to_js_script_rewriter to the pubspec.
- Made generator initialization code more consistent.

## 1.0.0
- This project is stable (as of 0.2), so we're belatedly declaring it 1.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 = '1.0.0';
const String APP_VERSION = '1.0.1';

const String APP_PUB_INFO =
'https://pub.dartlang.org/packages/${APP_NAME}.json';
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

name: stagehand
# When changing this version, change the lib/src/cli_app.dart version as well.
version: 1.0.0
version: 1.0.1
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
homepage: http://stagehand.pub
authors:
- Seth Ladd <sethladd@google.com>
- Devon Carew <devoncarew@google.com>
- Kathy Walrath <kathyw@google.com>

environment:
sdk: '>=1.9.0 <2.0.0'
Expand Down

0 comments on commit f2bb2a5

Please sign in to comment.