diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 0dd1c218..ab7d4bbe 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -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.8-dev'; +const String appVersion = '1.1.8'; const String appPubInfo = 'https://pub.dartlang.org/packages/$appName.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 21ac233f..3bbf6383 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ name: stagehand description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! -version: 1.1.8-dev +version: 1.1.8 homepage: http://stagehand.pub authors: - Seth Ladd