Version 0.11.0
diff --git a/tutorial/dart/client/pubspec.yaml b/tutorial/dart/client/pubspec.yaml
index db64afc..51b7ad2 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 @@
   sdk: ">=1.13.0 <2.0.0"
 
 dependencies:
-  browser: ^0.10.0
+  browser: ^0.11.0
   shared:
     path: ../gen-dart/shared
   thrift: