From 32fe440dbec4a2a8ab021c43ac8fe93b24927267 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:33:07 +0200 Subject: [PATCH] chore(version): bump to 1.1.3 --- 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 1724ccf..58e46cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.1.3] - 2023-10-16 + +- Android: call `disconnect` event when `stopStream` is explicitly called +- Add api.video application icon for Android and iOS + ## [1.1.2] - 2023-08-16 - Android: fix the `videoSize` cast diff --git a/README.md b/README.md index 0e9981b..73262a0 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.1.2 + apivideo_live_stream: ^1.1.3 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 2678e8f..057aac9 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.1.2 +version: 1.1.3 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