From 4b773b77522047a82db91263e4aa8002dd5803c4 Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Wed, 1 Jun 2022 09:51:24 +0200 Subject: [PATCH] chore(version): bump to 1.0.4 --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dace174..2ea7c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.0.4] - 2022-06-01 + +- iOS: Fix the random aspect ratio of the preview and random crashes. + See [#7](https://github.com/apivideo/api.video-flutter-live-stream/issues/7) + ## [1.0.3] - 2022-05-30 - Android: do not obfuscate rtmpdroid classes to diff --git a/README.md b/README.md index 8000f16..c62f1f9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following: ```yaml dependencies: - apivideo_live_stream: ^1.0.3 + apivideo_live_stream: ^1.0.4 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 05c46fb..92b4134 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client. -version: 1.0.3 +version: 1.0.4 repository: https://github.com/apivideo/api.video-flutter-live-stream issue_tracker: https://github.com/apivideo/api.video-flutter-live-stream/issues homepage: https://api.video