From 7f3989147876b46b9fc5f0f8899a9c9721e04881 Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Thu, 18 Apr 2024 12:21:16 +0300 Subject: [PATCH] v0.4.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 e4c2e388..3149106f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +* chore(deps): update native sdks to 9.2.1 [5c6b7f9](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/5c6b7f9cfa18b21be67e2c26bb1715e37b1ba60e). + ## 0.3.0 * chore(deps): update native sdks to 9.1.0 [c8d476f](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/c8d476f52db9b84af1e9d7c418c069948c54bea8). diff --git a/README.md b/README.md index e470c144..1f97706f 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-v0.3.0-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk) +[![pub package](https://img.shields.io/badge/pub-v0.4.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. @@ -22,7 +22,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: ^0.3.0 + jitsi_meet_flutter_sdk: ^0.4.1 ``` ### Install diff --git a/example/pubspec.lock b/example/pubspec.lock index 1ecbe346..8552fdcc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -104,7 +104,7 @@ packages: path: ".." relative: true source: path - version: "0.3.0" + version: "0.4.1" leak_tracker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 99b3ade0..c39b771a 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: 0.3.0 +version: 0.4.1 homepage: https://jitsi.org/ repository: https://github.com/jitsi/jitsi-meet-flutter-sdk