diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 1f97b68d..ba5a398b 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -18,7 +18,7 @@ import 'package:stagehand/src/common.dart'; const String APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '0.1.3'; +const String APP_VERSION = '0.1.3+1'; // The Google Analytics tracking ID for stagehand. const String _GA_TRACKING_ID = 'UA-55033590-1'; diff --git a/pubspec.yaml b/pubspec.yaml index 7d58edfc..faf61efa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: stagehand # When changing this version, change the lib/src/cli_app.dart version as well. -version: 0.1.3 +version: 0.1.3+1 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!