Merge pull request #922 from dart-lang/bump

Bump to 1.3.5.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ae6f6d..6594fac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 1.3.5-dev
+# 1.3.5
 
 * Restore command line output accidentally removed in 1.3.4.
 
diff --git a/lib/src/cli/formatter_options.dart b/lib/src/cli/formatter_options.dart
index b44f5dd..79357d7 100644
--- a/lib/src/cli/formatter_options.dart
+++ b/lib/src/cli/formatter_options.dart
@@ -13,7 +13,7 @@
 import 'summary.dart';
 
 // Note: The following line of code is modified by tool/grind.dart.
-const dartStyleVersion = '1.3.4';
+const dartStyleVersion = '1.3.5';
 
 /// Global options that affect how the formatter produces and uses its outputs.
 class FormatterOptions {
diff --git a/pubspec.yaml b/pubspec.yaml
index cc50185..d4876e5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dart_style
 # Note: See tool/grind.dart for how to bump the version.
-version: 1.3.5-dev
+version: 1.3.5
 description: >-
   Opinionated, automatic Dart source code formatter.
   Provides an API and a CLI tool.