Skip to content

Commit

Permalink
v4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mzsoliman committed Dec 16, 2015
1 parent cddd46b commit bc4b467
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Instabug.framework/Versions/A/Headers/Instabug.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
Version: 4.1.9
Version: 4.1.10
*/

//===========================================================================================================================================
Expand Down Expand Up @@ -106,6 +106,11 @@ void IBGLog(NSString *format, ...);
*/
+ (void)reportException:(NSException *)exception;

/**
* Dismisses the reporting view
*/
+ (void)dismiss;

//===========================================================================================================================================

//===========================================================================================================================================
Expand Down
Binary file modified Instabug.framework/Versions/A/Instabug
Binary file not shown.
2 changes: 1 addition & 1 deletion Instabug.podspec
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit bc4b467

Please sign in to comment.