Skip to content

Commit 25c34cc

Browse files
author
Gabriel Borlea
committed
0.1.5
1 parent cfbe467 commit 25c34cc

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.5
2+
3+
* Remove hardcoded call integration flag from swift plugin [cfbe467](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/cfbe467169ed3cd76983e7ef7aff8c0d46805a2a)
4+
5+
* Improve documentation and pubspec file
6+
17
## 0.1.4
28

39
* Add code documentation and improve and typos form docs [2e88857](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/2e88857e4db5fbe97fa162fcd9f3bd91c01dfd08)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1.4
25+
jitsi_meet_flutter_sdk: ^0.1.5
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.1.4"
107+
version: "0.1.5"
108108
js:
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.1.4
3+
version: 0.1.5
44
homepage: https://jitsi.org/
55
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk
66

0 commit comments

Comments
 (0)