Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2096dc0

Browse files
authored
Update version to 3.10.0 (#414)
1 parent a0ab931 commit 2096dc0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
COMMS_SDK_VERSION="3.10.0-beta.1"
1+
COMMS_SDK_VERSION="3.10.0"
22
COMPONENT_NAME="flutter-sdk"

ios/Classes/PluginInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import Foundation
22

33
enum PluginInfo {
44
static let componentName = "flutter-sdk"
5-
static let sdkVersion = "3.10.0-beta.1"
5+
static let sdkVersion = "3.10.0"
66
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dolbyio_comms_sdk_flutter
22
description: >
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
66
homepage: https://github.com/DolbyIO/comms-sdk-flutter
77

88
environment:

test_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

test_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dolbyio_comms_sdk_flutter_example
22
description: 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.

0 commit comments

Comments
 (0)