Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiborlea committed Aug 4, 2023
1 parent 2e88857 commit 5000730
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4

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

## 0.1.3

* Update the docs with the link to the sample app and the package add command.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.1.3
jitsi_meet_flutter_sdk: ^0.1.4
```
### 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.1.3"
version: "0.1.4"
js:
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: 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.
version: 0.1.3
version: 0.1.4
homepage: https://jitsi.org/
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk

Expand Down

0 comments on commit 5000730

Please sign in to comment.