Skip to content

Commit

Permalink
Bump version to 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynlih committed Aug 22, 2016
1 parent 0421685 commit 61dd793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.5"
s.version = "4.2.6"
s.summary = "An Airbrake Notifier for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Airbrake/notifier/ABNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ of this software and associated documentation files (the "Software"), to deal
NSString * const ABNotifierDidDismissAlertNotification = @"ABNotifierDidDismissAlert";
NSString * const ABNotifierWillPostNoticesNotification = @"ABNotifierWillPostNotices";
NSString * const ABNotifierDidPostNoticesNotification = @"ABNotifierDidPostNotices";
NSString * const ABNotifierVersion = @"4.4";
NSString * const ABNotifierVersion = @"4.2.6";
NSString * const ABNotifierName = @"Airbrake-iOS";
NSString * const ABNotifierDevelopmentEnvironment = @"Development";
NSString * const ABNotifierAdHocEnvironment = @"Ad Hoc";
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.2.5.
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.6.

# Signals

Expand Down

0 comments on commit 61dd793

Please sign in to comment.