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

Commit

Permalink
Update version to 3.10.0 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduad authored Aug 17, 2023
1 parent a0ab931 commit 2096dc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMMS_SDK_VERSION="3.10.0-beta.1"
COMMS_SDK_VERSION="3.10.0"
COMPONENT_NAME="flutter-sdk"
2 changes: 1 addition & 1 deletion ios/Classes/PluginInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import Foundation

enum PluginInfo {
static let componentName = "flutter-sdk"
static let sdkVersion = "3.10.0-beta.1"
static let sdkVersion = "3.10.0"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dolbyio_comms_sdk_flutter
description: >
Dolby.io Communications SDK for Flutter allows you to create high-quality video conferencing
applications for multiple platforms using a single codebase.
version: 3.10.0-beta.1
version: 3.10.0
homepage: https://github.com/DolbyIO/comms-sdk-flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion test_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.10.0-beta.1"
version: "3.10.0"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion test_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dolbyio_comms_sdk_flutter_example
description: Demonstrates how to use the dolbyio_comms_sdk_flutter plugin.

version: 3.10.0-beta.1+1
version: 3.10.0+1

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
Expand Down

0 comments on commit 2096dc0

Please sign in to comment.