From 37527d0dad94912ca1300e34dac6832ef2579f43 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Fri, 28 Apr 2017 12:33:35 -0700 Subject: [PATCH] +1 version (#393) Forgot to merge Patrice's PR before pushing. Oops. --- lib/src/cli_app.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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