Skip to content

Commit 20c3487

Browse files
Update version and changelog to v1.2.0+5
1 parent 7daf97a commit 20c3487

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.0+5
2+
- Add icon template image to example app
3+
14
## 1.2.0+4
25
- Move uuid dependency to example/pubspec
36
- Move uuid dependency to dev_dependencies

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- "flutter_callkit_voximplant (1.2.0+4)":
3+
- "flutter_callkit_voximplant (1.2.0+5)":
44
- Flutter
55

66
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
18-
flutter_callkit_voximplant: 3a3645b8265af3d61050087056ba1440ef9a5eaf
18+
flutter_callkit_voximplant: 0488a94dcfdb299f08abc88f882d4c490425972d
1919

2020
PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d
2121

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 = '1.2.0+4'
7+
s.version = '1.2.0+5'
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: 1.2.0+4
3+
version: 1.2.0+5
44
homepage: https://github.com/voximplant/flutter_callkit
55
repository: https://github.com/voximplant/flutter_callkit
66

0 commit comments

Comments
 (0)