From 129551606a0b655040ce360083ae6ee08102b816 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 1 Jul 2020 18:53:20 +0200 Subject: [PATCH] Fix version constraint to not require a dev version. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b3d8e8f..5957c9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: >- homepage: https://github.com/dart-lang/pedantic environment: - sdk: '>=2.1.1-dev.0.0 <3.0.0' + sdk: '>=2.1.1 <3.0.0' dependencies: meta: ^1.2.0