Merge pull request #219 from dart-lang/args

update to latest args
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88e5e30..16bf414 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.8-dev
+
+* Update to latest args.
+
 # 0.1.7
 
 * Update to latest analyzer (#177).
@@ -54,4 +58,4 @@
 
 * Support formatting enums (#120).
 * Handle Windows line endings in multiline strings (#126).
-* Increase nesting for conditional operators (#122).
\ No newline at end of file
+* Increase nesting for conditional operators (#122).
diff --git a/pubspec.yaml b/pubspec.yaml
index 5caf308..46459fc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
 name: dart_style
-version: 0.1.7
+version: 0.1.8-dev
 author: Dart Team <misc@dartlang.org>
 description: Opinionated, automatic Dart source code formatter.
 homepage: https://github.com/dart-lang/dart_style
 dependencies:
   analyzer: '>=0.24.0 <0.25.0'
-  args: '>=0.12.1 <0.13.0'
+  args: '>=0.12.1 <0.14.0'
   path: '>=1.0.0 <2.0.0'
   source_span: '>=1.0.0 <2.0.0'
 dev_dependencies:
@@ -20,4 +20,4 @@
 # browser anyway.
 transformers:
 - $dart2js:
-    $exclude: 'test/**'
\ No newline at end of file
+    $exclude: 'test/**'