From 8884f572979f35a7918549caa5f258b89715aff1 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Wed, 1 Jul 2015 13:52:42 -0700 Subject: [PATCH] Bump the version of package_config. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1217943009. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7c95d45f..d7bfe508 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: string_scanner: "^0.1.0" watcher: "^0.9.2" yaml: "^2.0.0" - package_config: "^0.0.4" + package_config: "^0.1.1" dev_dependencies: scheduled_test: "^0.12.0" -- GitLab