Skip to content

Commit 12cd83b

Browse files
committed
v10.0.2
1 parent b186bc3 commit 12cd83b

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.0.2
2+
3+
* chore(deps): update native sdks to 10.0.1 [b186bc3](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/b186bc3a54c7719d04e4562b204ba3ee8400d656).
4+
15
## 10.0.1
26

37
* README file update [17e0694](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/17e06949bbfc861508bdb834a617f22427a88a61).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jitsi Meet Flutter SDK
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-darkblue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![pub package](https://img.shields.io/badge/pub-v10.0.1-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
4+
[![pub package](https://img.shields.io/badge/pub-v10.0.2-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
55

66
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.
77

@@ -22,7 +22,7 @@ $ flutter pub add jitsi_meet_flutter_sdk
2222
The command above will add this to the `pubspec.yaml` file in your project (you can do this manually):
2323
```yaml
2424
dependencies:
25-
jitsi_meet_flutter_sdk: ^10.0.1
25+
jitsi_meet_flutter_sdk: ^10.0.2
2626
```
2727
2828
### Install

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ packages:
104104
path: ".."
105105
relative: true
106106
source: path
107-
version: "10.0.1"
107+
version: "10.0.2"
108108
leak_tracker:
109109
dependency: transitive
110110
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jitsi_meet_flutter_sdk
22
description: A flutter plugin that serves as a Jitsi Meet flutter SDK which provides the same user experience as the Jitsi Meet app.
3-
version: 10.0.1
3+
version: 10.0.2
44
homepage: https://jitsi.org/
55
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk
66

0 commit comments

Comments
 (0)