diff --git a/Airbrake-iOS.podspec b/Airbrake-iOS.podspec index 32690d4..e63ca70 100644 --- a/Airbrake-iOS.podspec +++ b/Airbrake-iOS.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "Airbrake-iOS" - s.version = "4.1.2" + s.version = "4.1.3" s.summary = "An Airbrake Notifier for iOS" s.description = <<-DESC @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.platform = :ios, "6.0" - s.source = { :git => "https://github.com/airbrake/airbrake-ios.git", :tag => "4.1.2" } + s.source = { :git => "https://github.com/airbrake/airbrake-ios.git", :tag => "4.1.3" } s.source_files = "Airbrake/{notifier,gcalertview}/*.{h,m}", "Airbrake/CrashReporter.framework/Versions/A/Headers/*.h" diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f276e..27e5a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Airbrake iOS Notifier Changelog +## 4.1 +- bug fixes ## 4.0 beta - JSON format crash report. - add username parameter to ABNotifier. diff --git a/README.md b/README.md index 05ef68d..827376f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Directly from source code From cocoapods -pod 'Airbrake-iOS', '~> 4.1.2' +pod 'Airbrake-iOS', '~> 4.1.3' ## Upgrading Please remove all of the resources used by the notifier from your project before upgrading. This is the best way to make sure all of the appropriate files are present and no extra files exist.