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 #236 from google/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
devoncarew committed Apr 24, 2015
2 parents fabf14b + e6f314a commit 4b240a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# CHANGELOG

## 0.2.0
- TODO:
- All templates updated to the latest package versions!
- Template ids have now changed to help organize them into categories. So, all
the web related templates start with `web-`: `web-simple`, `web-full`, and
`web-polymer`.

## 0.1.5+5

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Please file reports on the

## Contributing

Contributions welcome! Please read this short [guide](https://github.com/google/stagehand/wiki/Contributing) first.
Contributions welcome! Please read this short
[guide](https://github.com/google/stagehand/wiki/Contributing) first.

## Analytics and crash reports

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.0-dev1';
const String APP_VERSION = '0.2.0';

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.0-dev1
version: 0.2.0
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
Expand Down

0 comments on commit 4b240a8

Please sign in to comment.