Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 5958c949ca714e30e72ae3af488d21bad04413ce..7360bcab068bd93fb785421dff33bf749d32d985 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,19 +1,18 @@ |
name: appengine |
-version: 0.3.1-dev |
+version: 0.3.1 |
author: Dart Team <misc@dartlang.org> |
description: Support for using Dart as a custom runtime on Google App Engine Managed VMs |
homepage: https://www.dartlang.org/cloud |
environment: |
sdk: '>=1.9.0 <2.0.0' |
dependencies: |
+ fixnum: '^0.9.0' |
gcloud: '>=0.1.2 <0.3.0' |
googleapis_auth: '>=0.1.1 <0.3.0' |
- fixnum: '^0.9.0' |
http_server: '^0.9.2' |
+ logging: '>=0.9.3 <0.12.0' |
memcache: '^0.2.0' |
path: '^1.2.0' |
protobuf: '^0.3.3' |
- logging: '>=0.9.3 <0.12.0' |
- |
dev_dependencies: |
test: '^0.12.0' |