From 2096dc02fc097414c2521a4062a682814514a55e Mon Sep 17 00:00:00 2001 From: graduad <107927859+graduad@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:54:46 +0200 Subject: [PATCH] Update version to 3.10.0 (#414) --- android/gradle.properties | 2 +- ios/Classes/PluginInfo.swift | 2 +- pubspec.yaml | 2 +- test_app/pubspec.lock | 2 +- test_app/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 0bcde63b..34d58647 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,2 +1,2 @@ -COMMS_SDK_VERSION="3.10.0-beta.1" +COMMS_SDK_VERSION="3.10.0" COMPONENT_NAME="flutter-sdk" \ No newline at end of file diff --git a/ios/Classes/PluginInfo.swift b/ios/Classes/PluginInfo.swift index 1b3fda1c..8448f6af 100644 --- a/ios/Classes/PluginInfo.swift +++ b/ios/Classes/PluginInfo.swift @@ -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" } diff --git a/pubspec.yaml b/pubspec.yaml index 38794055..fdfe911b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: diff --git a/test_app/pubspec.lock b/test_app/pubspec.lock index fc116ace..cadfd18e 100644 --- a/test_app/pubspec.lock +++ b/test_app/pubspec.lock @@ -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: diff --git a/test_app/pubspec.yaml b/test_app/pubspec.yaml index b9bc946f..293c4df8 100644 --- a/test_app/pubspec.yaml +++ b/test_app/pubspec.yaml @@ -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.