This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- COMMS_SDK_VERSION =" 3.8.2-beta.2 "
1+ COMMS_SDK_VERSION =" 3.8.2"
22COMPONENT_NAME =" flutter-sdk"
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ import Foundation
22
33enum PluginInfo {
44 static let componentName = " flutter-sdk "
5- static let sdkVersion = " 3.8.2-beta.2 "
5+ static let sdkVersion = " 3.8.2 "
66}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: dolbyio_comms_sdk_flutter
22description : >
33 Dolby.io Communications SDK for Flutter allows you to create high-quality video conferencing
44 applications for multiple platforms using a single codebase.
5- version : 3.8.2-beta.2
5+ version : 3.8.2
66homepage : https://github.com/DolbyIO/comms-sdk-flutter
77
88environment :
Original file line number Diff line number Diff line change 11name : dolbyio_comms_sdk_flutter_example
22description : Demonstrates how to use the dolbyio_comms_sdk_flutter plugin.
33
4- version : 3.8.2+2
4+ version : 3.8.2+3
55
66# The following line prevents the package from being accidentally published to
77# pub.dev using `flutter pub publish`. This is preferred for private packages.
You can’t perform that action at this time.
0 commit comments