Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
+1 version (#393)
Browse files Browse the repository at this point in the history
Forgot to merge Patrice's PR before pushing. Oops.
  • Loading branch information
kwalrath committed Apr 28, 2017
1 parent d52c375 commit 37527d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/cli_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sethladd@google.com>
Expand Down

0 comments on commit 37527d0

Please sign in to comment.