From 5044317eda2fb415534e06e6e88e202445c12802 Mon Sep 17 00:00:00 2001 From: Poujhit Date: Tue, 20 Sep 2022 12:33:10 +0530 Subject: [PATCH] Version v2.4.0 release --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 35cad74..8b45c48 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: floating_bubbles description: A Flutter Package for adding Floating bubbles on the Foreground to any Flutter widget. -version: 2.3.0 +version: 2.4.0 homepage: https://github.com/Poujhit/floating_bubbles environment: sdk: '>=2.12.0 <3.0.0'