Skip to content

Commit

Permalink
update the version to 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynlih committed May 27, 2016
1 parent c04f083 commit 1d98c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2.4"
s.version = "4.2.5"
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.2.4" }
s.source = { :git => "https://github.com/airbrake/airbrake-ios.git", :tag => "4.2.5" }

s.source_files = "Airbrake/{notifier,gcalertview}/*.{h,m}", "Airbrake/CrashReporter.framework/Versions/A/Headers/*.h"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Airbrake iOS/Mac OS Notifier is designed to give developers instant notifica

If you have questions or need support, please visit [Airbrake support](http://help.airbrake.io/discussions/ios-notifier)

The notifier requires iOS 6.0 or higher for iOS projects and Mac OS 10.7 or higher for Mac OS projects. It's also compitable with Swift. Current iOS Notifier version is 4.4.
The notifier requires iOS 6.0 or higher for iOS projects and Mac OS 10.7 or higher for Mac OS projects. It's also compitable with Swift. Current iOS Notifier version is 4.2.5.

# Signals

Expand Down

0 comments on commit 1d98c3d

Please sign in to comment.