File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v9.0.6 (2020-01-29)
2
+
3
+ * Bump iOS Native SDK to v9.0.6
4
+
1
5
## v9.0.5 (2020-01-27)
2
6
3
7
* Bump Native SDKs to v9.0.5
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A new flutter plugin project.
15
15
s . source_files = 'Classes/**/*'
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
- s . dependency 'Instabug' , '9.0.5 '
18
+ s . dependency 'Instabug' , '9.0.6 '
19
19
20
20
s . ios . deployment_target = '10.0'
21
21
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
Original file line number Diff line number Diff line change 1
1
name : instabug_flutter
2
- version : 9.0.5
2
+ version : 9.0.6
3
3
description : >-
4
4
Instabug is an in-app feedback and bug reporting tool for mobile apps.
5
5
With just a simple shake, your users or beta testers can report bugs or
You can’t perform that action at this time.
0 commit comments