From 5d54c94cb759982614a39f5b5f45fe269a79378b Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Mon, 26 Aug 2024 14:18:27 +0300 Subject: [PATCH] v10.1.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b214097..4981c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 10.1.1 + +* chore(sdks, version): bump to 10.1.1 [33aa116](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/33aa116c3d38a9e7e083fa8eeeebbd9bb886d39c). + ## 10.1.0 * chore(deps): update native sdks to 10.1.0 [b490e8a](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/b490e8a91afb02dabe83a52a5cf7789372599c11). diff --git a/README.md b/README.md index 0f8248a..0a1991c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Jitsi Meet Flutter SDK [![License](https://img.shields.io/badge/License-Apache%202.0-darkblue.svg)](https://opensource.org/licenses/Apache-2.0) -[![pub package](https://img.shields.io/badge/pub-v10.1.0-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk) +[![pub package](https://img.shields.io/badge/pub-v10.1.1-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk) The Jitsi Meet Flutter SDK provides the same user experience as the Jitsi Meet app, in the form of a Flutter plugin so that you can embed and customize Jitsi Meet in your own Flutter app. @@ -30,7 +30,7 @@ $ flutter pub add jitsi_meet_flutter_sdk The command above will add this to the `pubspec.yaml` file in your project (you can do this manually): ```yaml dependencies: - jitsi_meet_flutter_sdk: ^10.1.0 + jitsi_meet_flutter_sdk: ^10.1.1 ``` ### Install diff --git a/example/pubspec.lock b/example/pubspec.lock index 4b5c56a..a6643a2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -104,7 +104,7 @@ packages: path: ".." relative: true source: path - version: "10.1.0" + version: "10.1.1" leak_tracker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 46c0fe5..2f7ebc5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jitsi_meet_flutter_sdk description: A flutter plugin that serves as a Jitsi Meet flutter SDK which provides the same user experience as the Jitsi Meet app. -version: 10.1.0 +version: 10.1.1 homepage: https://jitsi.org/ repository: https://github.com/jitsi/jitsi-meet-flutter-sdk