diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index e087db66..6f24cb4b 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 APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '1.1.1'; +const String APP_VERSION = '1.1.1+1'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index fe5741f6..eebf451d 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.1 +version: 1.1.1+1 homepage: http://stagehand.pub authors: - Seth Ladd