From b4639261557d08b15cee9822cd183cb3a2426093 Mon Sep 17 00:00:00 2001 From: Andre Rossi Date: Thu, 5 Oct 2023 09:41:47 -0300 Subject: [PATCH] chore: update version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e87b996..9be3b8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.82 + +- [DSAudioPlayer] Improved the audio player initialization + ## 0.0.81 - [FFMPEG] Downgraded ffmpeg dependency version from 6.0.2 to 5.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 48431d92..721f6849 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: blip_ds description: Blip Design System for Flutter. -version: 0.0.81 +version: 0.0.82 homepage: https://github.com/takenet/blip-ds-flutter#readme repository: https://github.com/takenet/blip-ds-flutter