diff --git a/Instabug.framework/Versions/A/Headers/Instabug.h b/Instabug.framework/Versions/A/Headers/Instabug.h index be713f14..797e086f 100644 --- a/Instabug.framework/Versions/A/Headers/Instabug.h +++ b/Instabug.framework/Versions/A/Headers/Instabug.h @@ -5,7 +5,7 @@ Copyright: (c) 2014 by Instabug, Inc., all rights reserved. - Version: 4.1.9 + Version: 4.1.10 */ //=========================================================================================================================================== @@ -106,6 +106,11 @@ void IBGLog(NSString *format, ...); */ + (void)reportException:(NSException *)exception; +/** + * Dismisses the reporting view + */ ++ (void)dismiss; + //=========================================================================================================================================== //=========================================================================================================================================== diff --git a/Instabug.framework/Versions/A/Instabug b/Instabug.framework/Versions/A/Instabug index 0e134576..3c9d1091 100644 Binary files a/Instabug.framework/Versions/A/Instabug and b/Instabug.framework/Versions/A/Instabug differ diff --git a/Instabug.podspec b/Instabug.podspec index 9854aa4f..fa69aee4 100644 --- a/Instabug.podspec +++ b/Instabug.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Instabug" - s.version = "4.1.9" + s.version = "4.1.10" s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com" s.homepage = "http://instabug.com" s.license = {