From e33d21566b600797543839bc21c2c4010f37422c Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:52:38 +0200 Subject: [PATCH] chore(version): bump to 1.0.6 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- example/README.md | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee2342..0ff7104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this project will be documented in this file. +## [1.0.6] - 2022-09-30 + +- Fix 1080p configuration. See [#16](https://github.com/apivideo/api.video-flutter-live-stream/issues/16) +- Upgrade HaishinKit to 1.3.0. See [#15](https://github.com/apivideo/api.video-flutter-live-stream/issues/15) +- Upgrade dependencies + ## [1.0.5] - 2022-08-03 - Few fixes on FLV/RTMP to increase compatibility diff --git a/README.md b/README.md index 54aa3cf..4a28c44 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.5 + apivideo_live_stream: ^1.0.6 ``` In your dart file, import the package: diff --git a/example/README.md b/example/README.md index f116b8a..b7e3b04 100644 --- a/example/README.md +++ b/example/README.md @@ -1,6 +1,6 @@ # apivideolivestream_example -Demonstrates how to use the apivideolivestream plugin. +Demonstrates how to use the apivideo_live_stream plugin. ## Getting Started diff --git a/pubspec.yaml b/pubspec.yaml index 69ca1bd..7fc1001 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video. -version: 1.0.5 +version: 1.0.6 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