From 012383550e4f1a1804db9dfb5390b067d1eafee4 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 16 Aug 2023 09:03:04 +0200 Subject: [PATCH] chore(version): bump to 1.1.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce50321..1724ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [1.1.2] - 2023-08-16 + +- Android: fix the `videoSize` cast + ## [1.1.1] - 2023-01-23 - iOS: fix the orientation when device is turned diff --git a/README.md b/README.md index 07b7bb1..0e9981b 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.1 + apivideo_live_stream: ^1.1.2 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 450f891..2678e8f 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.1 +version: 1.1.2 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