We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8df68 commit bfd2980Copy full SHA for bfd2980
lib/src/cli_app.dart
@@ -17,7 +17,7 @@ import 'package:usage/usage_io.dart';
17
const String APP_NAME = 'stagehand';
18
19
// This version must be updated in tandem with the pubspec version.
20
-const String APP_VERSION = '1.1';
+const String APP_VERSION = '1.1.1';
21
22
const String APP_PUB_INFO =
23
'https://pub.dartlang.org/packages/${APP_NAME}.json';
pubspec.yaml
@@ -7,7 +7,7 @@ name: stagehand
7
description: >
8
A scaffolding generator for your Dart projects. Stagehand helps you get set
9
up!
10
-version: 1.1.1-dev
+version: 1.1.1
11
homepage: http://stagehand.pub
12
authors:
13
- Seth Ladd <[email protected]>
0 commit comments