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

Commit

Permalink
Preparing to release 1.1.7 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalrath committed Oct 10, 2017
1 parent 5ad893f commit 231a096
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,7 +1,7 @@
## 1.1.7

- Improved the format of the code by enabling several lints.
- Updated `web-angular` template pubspec: using `angular_components` 0.7.0.
- Improved the format of Stagehand's own code by enabling several lints.

## 1.1.6

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 appName = 'stagehand';

// This version must be updated in tandem with the pubspec version.
const String appVersion = '1.1.7-dev';
const String appVersion = '1.1.7';

const String appPubInfo = 'https://pub.dartlang.org/packages/$appName.json';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: stagehand
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
version: 1.1.7-dev
version: 1.1.7
homepage: http://stagehand.pub
authors:
- Seth Ladd <sethladd@google.com>
Expand Down

0 comments on commit 231a096

Please sign in to comment.