Skip to content

Commit e33d215

Browse files
committed
chore(version): bump to 1.0.6
1 parent 619bb01 commit e33d215

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

5+
## [1.0.6] - 2022-09-30
6+
7+
- Fix 1080p configuration. See [#16](https://github.com/apivideo/api.video-flutter-live-stream/issues/16)
8+
- Upgrade HaishinKit to 1.3.0. See [#15](https://github.com/apivideo/api.video-flutter-live-stream/issues/15)
9+
- Upgrade dependencies
10+
511
## [1.0.5] - 2022-08-03
612

713
- Few fixes on FLV/RTMP to increase compatibility

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.5
39+
apivideo_live_stream: ^1.0.6
4040
```
4141
4242
In your dart file, import the package:

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# apivideolivestream_example
22

3-
Demonstrates how to use the apivideolivestream plugin.
3+
Demonstrates how to use the apivideo_live_stream plugin.
44

55
## Getting Started
66

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 for your audio/video application. Made with ♥ by api.video.
3-
version: 1.0.5
3+
version: 1.0.6
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)