Index: sdk/lib/_internal/pub/lib/src/barback.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/barback.dart b/sdk/lib/_internal/pub/lib/src/barback.dart |
index 053a48e75947ff3820ec7f27aa49f110baddebba..fa1ed9e76cd4d3ee3fd858d253b9c186b7217f6e 100644 |
--- a/sdk/lib/_internal/pub/lib/src/barback.dart |
+++ b/sdk/lib/_internal/pub/lib/src/barback.dart |
@@ -31,7 +31,7 @@ import 'version.dart'; |
/// |
/// Whenever a new non-patch version of barback is published, this *must* be |
/// incremented to synchronize with that. |
-final supportedVersion = new Version(0, 11, 0); |
+final supportedVersion = new Version(0, 12, 0); |
Siggi Cherem (dart-lang)
2014/02/25 17:56:07
If it can't be 0.11.2, could we support a wider ve
Siggi Cherem (dart-lang)
2014/02/25 17:59:07
Looking more closely I realize that that you depen
|
/// A list of the names of all built-in transformers that pub exposes. |
const _BUILT_IN_TRANSFORMERS = const ['\$dart2js']; |