Skip to content

Commit ccf27e0

Browse files
Bump native SDKs
1 parent 91f129e commit ccf27e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (10.9.2)
3+
- Instabug (10.9.3)
44
- instabug_flutter (0.0.1):
55
- Flutter
6-
- Instabug (= 10.9.2)
6+
- Instabug (= 10.9.3)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424

2525
SPEC CHECKSUMS:
2626
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
27-
Instabug: 0162662ec77995286850cce17080752fab4417f2
28-
instabug_flutter: 6b5832241dd506faa404d02569369ce69b6d6c68
27+
Instabug: 9feaa5a178abc487005a5c0cccdfdc00470bf9a7
28+
instabug_flutter: cc8c1577ef50065448cf18f584ef3b40278e92ff
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 082ec096394aa5e2e9254f7b7845847607911bda

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '10.9.2'
18+
s.dependency 'Instabug', '10.9.3'
1919

2020
s.ios.deployment_target = '10.0'
2121
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 10.9.0
2+
version: 10.9.1
33
description: >-
44
Deliver the best user experience through a comprehensive platform that will
55
help you uncover, analyze and fix any app performance, quality or stability issues.

0 commit comments

Comments
 (0)