Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 20, 2022
1 parent f93f3c0 commit 98d7169
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.0.1

* Re-send tracks permissions after reconnected.
* Add audioBitrate option for publishAudioTrack.
* Bump version for flutter_webrtc (up to 0.8.9).
* Fix: SIGTERM / Crash on connection (Windows) #121
* Fix: Microphone not published on windows build #64

## 1.0.0

* Ready for Flutter 3.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ More Docs and guides are available at [https://docs.livekit.io](https://docs.liv
| Web | 🟒 | 🟒 | 🟒 | 🟒 |
| iOS | 🟒 | 🟒 | 🟒 | πŸ”΄ |
| Android | 🟒 | 🟒 | 🟒 | 🟒 |
| Mac | 🟒 | 🟒 | 🟒 | πŸ”΄ |
| Windows | 🟑 | 🟑 | 🟑 | πŸ”΄ |
| Mac | 🟒 | 🟒 | 🟒 | 🟑 |
| Windows | 🟒 | 🟒 | 🟒 | 🟑 |

🟒 = Available

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: livekit_client
description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 1.0.0
version: 1.0.1
homepage: https://livekit.io

environment:
Expand Down

0 comments on commit 98d7169

Please sign in to comment.