Skip to content

Commit bfd2980

Browse files
authored
Update to 1.1.1 (flutter#392)
1 parent ca8df68 commit bfd2980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1';
20+
const String APP_VERSION = '1.1.1';
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
@@ -7,7 +7,7 @@ name: stagehand
77
description: >
88
A scaffolding generator for your Dart projects. Stagehand helps you get set
99
up!
10-
version: 1.1.1-dev
10+
version: 1.1.1
1111
homepage: http://stagehand.pub
1212
authors:
1313
- Seth Ladd <[email protected]>

0 commit comments

Comments
 (0)