From d8d4c5d335a6584a6d8e9d2c4166ba7518d0fe10 Mon Sep 17 00:00:00 2001 From: Marcelo Amaro Date: Wed, 12 Jul 2023 11:07:40 -0300 Subject: [PATCH] Upgrade version from 0.0.23 to 0.0.24 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4948ba..746345b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.24 + +- Improved client connect readability and performance. + ## 0.0.23 - Updated Lime version from 0.0.21 to 0.0.23 diff --git a/pubspec.yaml b/pubspec.yaml index 7ea627b..c764785 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: blip_sdk description: A simple SDK built for BLiP using Flutter/Dart -version: 0.0.23 +version: 0.0.24 homepage: https://github.com/takenet/blip-sdk-dart#readme repository: https://github.com/takenet/blip-sdk-dart