This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- COMMS_SDK_VERSION =" 3.10.0-beta.1 "
1+ COMMS_SDK_VERSION =" 3.10.0"
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.10.0-beta.1 "
5+ static let sdkVersion = " 3.10.0 "
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.10.0-beta.1
5+ version : 3.10.0
66homepage : https://github.com/DolbyIO/comms-sdk-flutter
77
88environment :
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ packages:
7171 path: ".."
7272 relative: true
7373 source: path
74- version: "3.10.0-beta.1 "
74+ version: "3.10.0"
7575 fake_async:
7676 dependency: transitive
7777 description:
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.10.0-beta.1 +1
4+ version : 3.10.0+1
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