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

Commit 4556090

Browse files
authored
v1.1.2 (#408)
1 parent 3748fa0 commit 4556090

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.2-dev';
20+
const String APP_VERSION = '1.1.2';
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.2-dev
10+
version: 1.1.2
1111
homepage: http://stagehand.pub
1212
authors:
1313
- Seth Ladd <[email protected]>

0 commit comments

Comments
 (0)