Skip to content

Commit 9c3494c

Browse files
authored
* 💎 Bump to version 1.0.0-beta.5
1 parent e95907d commit 9c3494c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Version 1.0.0-beta.5 (2019-07-22)
22

33
* Adds Network logging feature for the dart:io package HttpClient.
4+
* Fixes a linker issue on iOS when using Swift and CocoaPods.
5+
* Bumps native iOS and Android dependencies to version 8.5.
46

57
## Version 1.0.0-beta.4 (2019-06-25)
68

ios/instabug.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'instabug'
6+
s.module_name = 'instabug_flutter'
67
s.version = '0.0.1'
78
s.summary = 'A new flutter plugin project.'
89
s.description = <<-DESC
@@ -15,8 +16,9 @@ A new flutter plugin project.
1516
s.source_files = 'Classes/**/*'
1617
s.public_header_files = 'Classes/**/*.h'
1718
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '8.4'
19+
s.dependency 'Instabug', '8.5.2'
1920

2021
s.ios.deployment_target = '10.0'
22+
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
2123
end
2224

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug
2-
version: 1.0.0-beta.4
2+
version: 1.0.0-beta.5
33
description: >-
44
Instabug is an in-app feedback and bug reporting tool for mobile apps.
55
With just a simple shake, your users or beta testers can report bugs or

0 commit comments

Comments
 (0)