From 853d69ba34cf0225b6215cb519e66293decd0e3c Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Sat, 18 Dec 2021 12:01:39 -0500 Subject: [PATCH] update package version --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2d0ba0d..9111eee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: heart_bpm description: Easy way to record individual blood pressure using smartphone camera. -version: 1.0.0+0 +version: 1.1.0+0 homepage: https://github.com/kvedala/heart_bpm # The following line prevents the package from being accidentally published to @@ -14,8 +14,8 @@ environment: dependencies: flutter: sdk: flutter - camera: ^0.9.2+2 - charts_flutter: ^0.11.0 + camera: ^0.9.4+5 + charts_flutter: ^0.12.0 dev_dependencies: flutter_test: