Skip to content

Commit 7f39891

Browse files
committed
v0.4.1
1 parent 5c6b7f9 commit 7f39891

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+
## 0.4.1
2+
3+
* chore(deps): update native sdks to 9.2.1 [5c6b7f9](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/5c6b7f9cfa18b21be67e2c26bb1715e37b1ba60e).
4+
15
## 0.3.0
26

37
* chore(deps): update native sdks to 9.1.0 [c8d476f](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/c8d476f52db9b84af1e9d7c418c069948c54bea8).

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-v0.3.0-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
4+
[![pub package](https://img.shields.io/badge/pub-v0.4.1-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: ^0.3.0
25+
jitsi_meet_flutter_sdk: ^0.4.1
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: "0.3.0"
107+
version: "0.4.1"
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: 0.3.0
3+
version: 0.4.1
44
homepage: https://jitsi.org/
55
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk
66

0 commit comments

Comments
 (0)