From c41c8dabd385341a7e05674aec2e48f4daa177df Mon Sep 17 00:00:00 2001 From: Jocelyn Harrington Date: Sat, 7 Feb 2015 00:59:41 -0800 Subject: [PATCH] Update documents to match with the new version --- Airbrake-iOS.podspec | 4 ++-- CHANGELOG.md | 2 ++ README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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.