Skip to content

Commit fccae2a

Browse files
committed
Update version to 1.0.12.
1 parent 8b82368 commit fccae2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## unreleased
1+
## 1.0.12
22

3-
- Add commented out `.analysis_options` file to all templates.
3+
- Add commented-out `.analysis_options` file to all templates.
44
- Add a component CSS file to `web-angular`.
55

66
## 1.0.11

lib/src/cli_app.dart

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

1919
// This version must be updated in tandem with the pubspec version.
20-
const String APP_VERSION = '1.0.10';
20+
const String APP_VERSION = '1.0.12';
2121

2222
const String APP_PUB_INFO =
2323
'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: 1.0.12-dev
7+
version: 1.0.12
88
description: >
99
A scaffolding generator for your Dart projects. Stagehand helps you get set
1010
up!

0 commit comments

Comments
 (0)