From 356bda0f09dca83caef70427c9871b1721a65e16 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Fri, 6 Aug 2021 21:26:55 -0700 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ae30e..def474b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.0 + +* `replaceTrack` API to switch camera sources +* example app works on Android + ## 0.2.0 * pass more detailed connect error message diff --git a/example/pubspec.lock b/example/pubspec.lock index 7f68b11..7c6f71c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.3.0" logging: dependency: "direct main" description: diff --git a/lib/src/version.dart b/lib/src/version.dart index c1d2b81..dd22f34 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ -const version = '0.2.0'; +const version = '0.3.0'; const protocolVersion = 2; diff --git a/pubspec.yaml b/pubspec.yaml index 9a18367..bf415df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: livekit_client description: Flutter Client SDK for LiveKit -version: 0.2.0 +version: 0.3.0 homepage: https://livekit.io environment: