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

Commit

Permalink
Prepare for v2 release
Browse files Browse the repository at this point in the history
Closes #470
  • Loading branch information
kevmoo committed Apr 30, 2018
1 parent 3700443 commit 0432bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 appName = 'stagehand';

// This version must be updated in tandem with the pubspec version.
const String appVersion = '2.0.0-alpha-dev';
const String appVersion = '2.0.0';

const String appPubInfo = 'https://pub.dartlang.org/packages/$appName.json';

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name: stagehand
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
version: 2.0.0-alpha-dev
version: 2.0.0
homepage: https://github.com/dart-lang/stagehand
author: Dart Team <misc@dartlang.org>

environment:
sdk: '>=2.0.0-dev.48.0 <2.0.0'
sdk: '>=2.0.0-dev.51.0 <2.0.0'

# Add the bin/stagehand.dart script to the scripts pub installs.
executables:
Expand Down

0 comments on commit 0432bad

Please sign in to comment.