From e5537794af633f129839550977aa3a5c4d35e0ce Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 14 Apr 2014 17:00:44 +0200 Subject: [PATCH] chore(pubspec): Update the SDK constraint to the latest stable version (1.3) Closes #884 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4455a5714..aad1ff776 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ authors: description: Angular for dart. homepage: https://angulardart.org environment: - sdk: '>=1.2.0' + sdk: '>=1.3.0' dependencies: analyzer: '>=0.13.0 <0.14.0' browser: '>=0.10.0 <0.11.0'