Widen dependency on analyzer to allow 0.29.x.
diff --git a/bin/format.dart b/bin/format.dart
index 0be795d..77dd82d 100644
--- a/bin/format.dart
+++ b/bin/format.dart
@@ -14,7 +14,7 @@
 import 'package:dart_style/src/source_code.dart';
 
 // Note: The following line of code is modified by tool/grind.dart.
-const version = "0.2.10";
+const version = "0.2.11";
 
 void main(List<String> args) {
   var parser = new ArgParser(allowTrailingOptions: true);
diff --git a/pubspec.lock b/pubspec.lock
index 450df1b..4f48aa0 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -6,7 +6,7 @@
       name: analyzer
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "0.28.1"
+    version: "0.29.0"
   ansicolor:
     description:
       name: ansicolor
@@ -18,13 +18,13 @@
       name: args
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "0.13.5"
+    version: "0.13.6"
   async:
     description:
       name: async
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "1.11.1"
+    version: "1.11.2"
   barback:
     description:
       name: barback
@@ -144,7 +144,7 @@
       name: meta
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "1.0.3"
+    version: "1.0.4"
   mime:
     description:
       name: mime
@@ -252,7 +252,7 @@
       name: stack_trace
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "1.6.6"
+    version: "1.6.7"
   stream_channel:
     description:
       name: stream_channel
@@ -276,7 +276,7 @@
       name: test
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "0.12.15+6"
+    version: "0.12.15+9"
   typed_data:
     description:
       name: typed_data
@@ -324,6 +324,6 @@
       name: yaml
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "2.1.10"
+    version: "2.1.11"
 sdks:
   dart: ">=1.19.0-dev.0.0 <2.0.0"
diff --git a/pubspec.yaml b/pubspec.yaml
index 5c64c59..6d48672 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,13 +1,13 @@
 name: dart_style
 # Note: See tool/grind.dart for how to bump the version.
-version: 0.2.10
+version: 0.2.11
 author: Dart Team <misc@dartlang.org>
 description: Opinionated, automatic Dart source code formatter.
 homepage: https://github.com/dart-lang/dart_style
 environment:
   sdk: ">=1.8.0 <2.0.0"
 dependencies:
-  analyzer: '>=0.27.4 <=0.29.0-alpha.0'
+  analyzer: '>=0.27.4 <0.30.0'
   args: '>=0.12.1 <0.14.0'
   path: '>=1.0.0 <2.0.0'
   source_span: '>=1.1.1 <2.0.0'