Skip to content
Snippets Groups Projects
Commit 1175ce49 authored by Seth Ladd's avatar Seth Ladd
Browse files

bump version to 0.1.0

parent de3b50f4
No related branches found
No related tags found
No related merge requests found
......@@ -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.0.5-dev';
const String APP_VERSION = '0.1.0';
// The Google Analytics tracking ID for stagehand.
const String _GA_TRACKING_ID = 'UA-55033590-1';
......
......@@ -4,7 +4,7 @@
name: stagehand
# When changing this version, change the lib/src/cli_app.dart version as well.
version: 0.0.5-dev
version: 0.1.0
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
......@@ -19,8 +19,8 @@ executables:
dependencies:
args: ">=0.12.0+1 <0.13.0"
crypto: any
path: ">=1.3.0 <2.0.0"
crypto: ">=0.9.0 <0.10.0"
uuid: ">=0.4.0 <0.5.0"
dev_dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment