summaryrefslogtreecommitdiff
path: root/tutorial/dart/client/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/dart/client/pubspec.yaml')
-rw-r--r--tutorial/dart/client/pubspec.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/dart/client/pubspec.yaml b/tutorial/dart/client/pubspec.yaml
index db64afcfc..51b7ad2cd 100644
--- a/tutorial/dart/client/pubspec.yaml
+++ b/tutorial/dart/client/pubspec.yaml
@@ -16,7 +16,7 @@
# under the License.
name: tutorial_client
-version: 1.0.0-dev
+version: 0.11.0
description: A Dart client implementation of the Apache Thrift tutorial
author: Apache Thrift Developers <dev@thrift.apache.org>
homepage: http://thrift.apache.org
@@ -25,7 +25,7 @@ environment:
sdk: ">=1.13.0 <2.0.0"
dependencies:
- browser: ^0.10.0
+ browser: ^0.11.0
shared:
path: ../gen-dart/shared
thrift: