Skip to content

Commit

Permalink
Update documents to match with the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynlih committed Feb 7, 2015
1 parent b4875d6 commit c41c8da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Airbrake-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Airbrake iOS Notifier Changelog
## 4.1
- bug fixes
## 4.0 beta
- JSON format crash report.
- add username parameter to ABNotifier.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c41c8da

Please sign in to comment.