diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index 130631e5eb0..d871d5c53be 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.2.1 +version: 0.2.2 repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal description: >- This package is not intended for wide use. It provides a temporary API to @@ -9,4 +9,4 @@ description: >- environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. - sdk: ">=2.12.0 <2.15.0" + sdk: ">=2.12.0 <2.16.0"