Skip to content

Commit

Permalink
Release 9.0.6 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyezz authored Jan 29, 2020
1 parent 4b978a6 commit 5c60d99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v9.0.6 (2020-01-29)

* Bump iOS Native SDK to v9.0.6

## v9.0.5 (2020-01-27)

* Bump Native SDKs to v9.0.5
Expand Down
2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Instabug', '9.0.5'
s.dependency 'Instabug', '9.0.6'

s.ios.deployment_target = '10.0'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: instabug_flutter
version: 9.0.5
version: 9.0.6
description: >-
Instabug is an in-app feedback and bug reporting tool for mobile apps.
With just a simple shake, your users or beta testers can report bugs or
Expand Down

0 comments on commit 5c60d99

Please sign in to comment.