From fc7f6593f327870f10616c4e5ed7b3f3eef7c18a Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Mon, 30 May 2022 17:50:21 +0200 Subject: [PATCH] chore(version): bump to 1.0.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 f27d0fb..dace174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.0.3] - 2022-05-30 + +- Android: do not obfuscate rtmpdroid classes to + fix [#6](https://github.com/apivideo/api.video-flutter-live-stream/issues/6) + ## [1.0.2] - 2022-05-25 - iOS: implements `stopPreview` and `startPreview` to diff --git a/README.md b/README.md index 9608486..8000f16 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.2 + apivideo_live_stream: ^1.0.3 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 7468cc3..05c46fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client. -version: 1.0.2 +version: 1.0.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