From 449c76f8b87e988721c6e0fb40187d82cfa6444e Mon Sep 17 00:00:00 2001 From: Jim Eckerlein Date: Tue, 17 Aug 2021 12:55:26 +0200 Subject: [PATCH] bump pubspec version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7f80cd3..5d4bd1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: angles description: Utility library for handling angles in radians, degrees and turns. homepage: https://github.com/Jim-Eckerlein/dart-angles -version: 2.1.0 +version: 2.1.1 environment: sdk: '>=2.12.0 <3.0.0'