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

fix image in README for pub

parent 117e2f3d
No related branches found
No related tags found
No related merge requests found
# Stagehand - A Dart project generator
![Stagehand banner](site/banner_stagehand.jpg?raw=true)
![Stagehand banner](https://raw.githubusercontent.com/google/stagehand/master/site/banner_stagehand.jpg)
[![Build Status](https://travis-ci.org/google/stagehand.svg?branch=master)](https://travis-ci.org/google/stagehand)
......
......@@ -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.0';
const String APP_VERSION = '0.1.0+1';
// 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.1.0
version: 0.1.0+1
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
......
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