Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Mar 14, 2024
1 parent 6ecd313 commit 714651b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.2

* update native sdks to 9.0.2 [6ecd313](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/6ecd3132854280c95e855853e6b80d2bc90fb8c4).
* Enhancement: Added Features Flags & Video Resolution (#13) [d1f08b3](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/d1f08b320c137c9e6fa14a58cfd795732c4882be).

## 0.2.0

* chore(deps): update native sdks to 9.0.0 [98d05bf](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/98d05bf5183f70b5df8625a0e0ce620664344cd7).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.2.0-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
[![pub package](https://img.shields.io/badge/pub-v0.2.2-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.

Expand All @@ -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.2.0
jitsi_meet_flutter_sdk: ^0.2.2
```
### Install
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0"
version: "0.2.2"
leak_tracker:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2.0
version: 0.2.2
homepage: https://jitsi.org/
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk

Expand Down

0 comments on commit 714651b

Please sign in to comment.