Skip to content

Commit 279da78

Browse files
committed
Bump iOS SDK to v11.9.0
1 parent bbe3e3f commit 279da78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Unreleased
22

33
- Bumps Instabug Android SDK to v11.9.0
4-
- Bumps Instabug iOS SDK to v11.7.0
4+
- Bumps Instabug iOS SDK to v11.9.0
55
- Adds monorepo support for source maps scripts
66
- Adds gradle and ruby files to integrate native SDKs within exiting native apps. See [#919](https://github.com/Instabug/Instabug-React-Native/pull/919) for more info.
77
- Fixes global error handler not being called.

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '11.7.0' }
1+
$instabug = { :version => '11.9.0' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

0 commit comments

Comments
 (0)