diff --git a/Instabug.bundle/Info.plist b/Instabug.bundle/Info.plist index 25ab9673..e4842e28 100644 Binary files a/Instabug.bundle/Info.plist and b/Instabug.bundle/Info.plist differ diff --git a/Instabug.framework/Versions/A/Headers/Instabug.h b/Instabug.framework/Versions/A/Headers/Instabug.h index c85125d7..b77520c2 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: 3.22 + Version: 3.23 */ //=========================================================================================================================================== diff --git a/Instabug.framework/Versions/A/Instabug b/Instabug.framework/Versions/A/Instabug index 2be64e26..953d96fc 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 9b0bb74b..1a0134d0 100644 --- a/Instabug.podspec +++ b/Instabug.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Instabug" - s.version = "3.22" + s.version = "3.23" s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com" s.homepage = "http://instabug.com" s.license = { @@ -23,7 +23,7 @@ Pod::Spec.new do |s| } s.author = { "Instabug" => "contactus@instabug.com" } s.platform = :ios, '5.0' - s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.22" } + s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.23" } s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}' s.resources = 'Instabug.bundle' s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'