From 2639a10657bd5da9e861bc26bc01e5e142856a8d Mon Sep 17 00:00:00 2001
From: Devon Carew <devoncarew@gmail.com>
Date: Thu, 29 Jan 2015 06:48:14 -0800
Subject: [PATCH] update authors; rev version

---
 AUTHORS                                   | 1 +
 lib/generators/ubersimplewebapp_data.dart | 2 +-
 lib/src/cli_app.dart                      | 2 +-
 pubspec.yaml                              | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 70950da..0851ee5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,3 +7,4 @@ Google Inc.
 Seth Ladd <sethladd@google.com>
 Devon Carew <devoncarew@google.com>
 Sungguk Lim <limasdf@gmail.com>
+Kunal Deo <kunaldeo@gmail.com>
diff --git a/lib/generators/ubersimplewebapp_data.dart b/lib/generators/ubersimplewebapp_data.dart
index fab9a51..d4bef9f 100644
--- a/lib/generators/ubersimplewebapp_data.dart
+++ b/lib/generators/ubersimplewebapp_data.dart
@@ -72,7 +72,7 @@ c2NyaXB0Pgo8L2JvZHk+CjwvaHRtbD4K""",
 ZC4gVXNlIG9mIHRoaXMgc291cmNlIGNvZGUKLy8gaXMgZ292ZXJuZWQgYnkgYSBCU0Qtc3R5bGUg
 bGljZW5zZSB0aGF0IGNhbiBiZSBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlLgoKaW1wb3J0ICdk
 YXJ0Omh0bWwnOwoKdm9pZCBtYWluKCkgewogIHF1ZXJ5U2VsZWN0b3IoJyNvdXRwdXQnKS50ZXh0
-ID0gJ0RhcnQgaXMgcnVubmluZy4nOwp9Cg==""",
+ID0gJ1lvdXIgRGFydCBhcHAgaXMgcnVubmluZy4nOwp9Cg==""",
   "web/styles/main.css",
   "text",
   """QGltcG9ydCB1cmwoaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PVJvYm90
diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart
index cb2d523..b02e323 100644
--- a/lib/src/cli_app.dart
+++ b/lib/src/cli_app.dart
@@ -19,7 +19,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 = '0.1.5+3';
+const String APP_VERSION = '0.1.5+4';
 
 const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 5658383..dd13718 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@
 
 name: stagehand
 # When changing this version, change the lib/src/cli_app.dart version as well.
-version: 0.1.5+3
+version: 0.1.5+4
 description: >
   A scaffolding generator for your Dart projects. Stagehand helps you get set
   up!
-- 
GitLab