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 #340 from google/1.0.14
Browse files Browse the repository at this point in the history
1.0.14
  • Loading branch information
kwalrath committed Sep 19, 2016
2 parents a3931a6 + 15b10df commit b8a937d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## 1.0.14
- Renamed `Console Application` to `Simple Console Application`
- Renamed `Uber Simple Web Application` to `Simple Web Application`
- Removed the `App Engine Application` sample
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 @@ -17,7 +17,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.13';
const String APP_VERSION = '1.0.14';

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

0 comments on commit b8a937d

Please sign in to comment.