From c9d4232dcc9729b4ee6d10129900ffa1b94f3aa0 Mon Sep 17 00:00:00 2001 From: "leonardo.gabriel" Date: Fri, 20 Dec 2024 16:48:40 -0300 Subject: [PATCH] chore: new build version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b9c74..6cd5ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.26 + +* Add support to last stable flutter version + ## 0.0.25 * Fix ```sendFinishingSession``` method to not throw exception on timeout diff --git a/pubspec.yaml b/pubspec.yaml index 9c5326c..930a0c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lime description: LIME Protocol for Dart/Flutter - A lightweight messaging library -version: 0.0.25 +version: 0.0.26 homepage: https://limeprotocol.org/ repository: https://github.com/takenet/lime-dart