Skip to content

Commit 09b666e

Browse files
Update version and changelog to v2.0.2+2
1 parent cfda160 commit 09b666e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.2+2
2+
- Fix formatting issue
3+
14
## 2.0.2+1
25
- Mention article "How we make Flutter work with CallKit Call Directory" in the README
36

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_callkit_voximplant (2.0.2+1):
3+
- flutter_callkit_voximplant (2.0.2+2):
44
- Flutter
55

66
DEPENDENCIES:

ios/flutter_callkit_voximplant.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 = 'flutter_callkit_voximplant'
7-
s.version = '2.0.2+1'
7+
s.version = '2.0.2+2'
88
s.summary = 'Flutter SDK for CallKit integration to Flutter applications on iOS'
99
s.homepage = 'https://github.com/voximplant/flutter_callkit'
1010
s.license = { :type => 'MIT',

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_callkit_voximplant
22
description: Flutter SDK for CallKit integration to Flutter applications on iOS
3-
version: 2.0.2+1
3+
version: 2.0.2+2
44
homepage: https://github.com/voximplant/flutter_callkit
55
repository: https://github.com/voximplant/flutter_callkit
66

0 commit comments

Comments
 (0)