From 16a3bdcdd9aaa4b1b56f44df70b1a031c7edd3e3 Mon Sep 17 00:00:00 2001 From: Jim Eckerlein Date: Tue, 21 May 2019 22:35:59 +0200 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 31acab6..32888bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: angles -description: Utility library for handling ANGLES in radians, degrees and turns. +description: Utility library for handling angles in radians, degrees and turns. author: Jim Eckerlein homepage: https://github.com/Jim-Eckerlein/dart-angles -version: 1.0.1 +version: 1.2 environment: sdk: '>=2.0.0 <3.0.0'