Skip to content

Commit 5000730

Browse files
author
Gabriel Borlea
committed
0.1.4
1 parent 2e88857 commit 5000730

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
* Add code documentation and improve and typos form docs [2e88857](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/2e88857e4db5fbe97fa162fcd9f3bd91c01dfd08)
4+
15
## 0.1.3
26

37
* Update the docs with the link to the sample app and the package add command.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ flutter pub add jitsi_meet_flutter_sdk
1919
The command above will add this to the `pubspec.yaml` file in your project (you can do this manually):
2020
```yaml
2121
dependencies:
22-
jitsi_meet_flutter_sdk: ^0.1.3
22+
jitsi_meet_flutter_sdk: ^0.1.4
2323
```
2424
2525
### 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.3"
107+
version: "0.1.4"
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: The Jitsi Meet Flutter SDK provides the same user experience as the Jitsi Meet app, in form of a Flutter plugin so that you can embed and customize Jitsi Meet in your own Flutter app. Android and iOS are supported. The plugin serves as a wrapper for the iOS and Android SDKs, on top of which a Flutter API was created with functionality similar to those found in native APIs.
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://jitsi.org/
55
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk
66

0 commit comments

Comments
 (0)