Skip to content

Commit 4b773b7

Browse files
author
ThibaultBee
committed
chore(version): bump to 1.0.4
1 parent 83bdea7 commit 4b773b7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [1.0.4] - 2022-06-01
6+
7+
- iOS: Fix the random aspect ratio of the preview and random crashes.
8+
See [#7](https://github.com/apivideo/api.video-flutter-live-stream/issues/7)
9+
510
## [1.0.3] - 2022-05-30
611

712
- Android: do not obfuscate rtmpdroid classes to

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following:
3636

3737
```yaml
3838
dependencies:
39-
apivideo_live_stream: ^1.0.3
39+
apivideo_live_stream: ^1.0.4
4040
```
4141
4242
In your dart file, import the package:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: apivideo_live_stream
22
description: Flutter RTMP live stream client.
3-
version: 1.0.3
3+
version: 1.0.4
44
repository: https://github.com/apivideo/api.video-flutter-live-stream
55
issue_tracker: https://github.com/apivideo/api.video-flutter-live-stream/issues
66
homepage: https://api.video

0 commit comments

Comments
 (0)