diff --git a/CHANGELOG.md b/CHANGELOG.md index a113cbf5..48f10ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+6 + +* Fixed func `activeCalls()` Get active calls + ## 1.0.0+5 * Fixed endCall diff --git a/README.md b/README.md index d58f0953..384a88d2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ A Flutter plugin to show incoming call in your Flutter app(Custom for Android/Ca ``` Output ```json - [{"id": "8BAA2B26-47AD-42C1-9197-1D75F662DF78"}] + [{"id": "8BAA2B26-47AD-42C1-9197-1D75F662DF78", ...}] ``` * Listen events diff --git a/example/pubspec.lock b/example/pubspec.lock index 88313eb2..e44bb7fb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0+4" + version: "1.0.0+6" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index e420dc93..912842f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_callkit_incoming description: Flutter Callkit Incoming to show callkit screen in your Flutter app. -version: 1.0.0+5 +version: 1.0.0+6 homepage: https://github.com/hiennguyen92/flutter_callkit_incoming environment: