Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed May 6, 2024
1 parent 1f5ece8 commit 76f71a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^3.0.2

dependency_overrides:
flutter_webrtc:
path: ../../../flutter-webrtc

# The following section is specific to Flutter.
flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.1.3'
s.version = '2.1.4'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.1.3';
static const version = '2.1.4';
}
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.1.3'
s.version = '2.1.4'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down

0 comments on commit 76f71a2

Please sign in to comment.