Skip to content

Commit

Permalink
chore(version): bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 30, 2022
1 parent 619bb01 commit e33d215
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.0.6] - 2022-09-30

- Fix 1080p configuration. See [#16](https://github.com/apivideo/api.video-flutter-live-stream/issues/16)
- Upgrade HaishinKit to 1.3.0. See [#15](https://github.com/apivideo/api.video-flutter-live-stream/issues/15)
- Upgrade dependencies

## [1.0.5] - 2022-08-03

- Few fixes on FLV/RTMP to increase compatibility
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following:

```yaml
dependencies:
apivideo_live_stream: ^1.0.5
apivideo_live_stream: ^1.0.6
```
In your dart file, import the package:
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apivideolivestream_example

Demonstrates how to use the apivideolivestream plugin.
Demonstrates how to use the apivideo_live_stream plugin.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0.5
version: 1.0.6
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
Expand Down

0 comments on commit e33d215

Please sign in to comment.