Skip to content

Commit a77d2f5

Browse files
- release 2.0.9;
1 parent 1baf3d4 commit a77d2f5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.9
2+
3+
- (iOS) Fix getting call state;
4+
15
## 2.0.8
26

37
- (iOS) Fix second and next calls issue;

ios/connectycube_flutter_call_kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'connectycube_flutter_call_kit'
7-
s.version = '2.0.8'
7+
s.version = '2.0.9'
88
s.summary = 'Connectycube Call Kit plugin for flutter.'
99
s.description = <<-DESC
1010
Connectycube Call Kit plugin for flutter.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectycube_flutter_call_kit
22
description: A Flutter plugin for displaying call screen when app in background or terminated.
3-
version: 2.0.8
3+
version: 2.0.9
44
homepage: https://github.com/ConnectyCube/connectycube-flutter-call-kit
55
issue_tracker: https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
66

0 commit comments

Comments
 (0)