Skip to content

Commit

Permalink
v4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed May 28, 2015
1 parent d32ffc8 commit f4d81e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bugsnag.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end

Pod::Spec.new do |s|
s.name = "Bugsnag"
s.version = "4.0.6"
s.version = "4.0.7"
s.summary = "Cocoa notifier for SDK for bugsnag.com"
s.homepage = "https://bugsnag.com"
s.license = 'MIT'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

4.0.7
-----

- Fix compilation on arm64 under Unity

4.0.6
-----

Expand Down
2 changes: 1 addition & 1 deletion Source/Bugsnag/BugsnagNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#import "KSSafeCollections.h"
#import "NSDictionary+Merge.h"

#define NOTIFIER_VERSION @"4.0.6"
#define NOTIFIER_VERSION @"4.0.7"
#define NOTIFIER_URL @"https://github.com/bugsnag/bugsnag-cocoa"

struct bugsnag_data_t {
Expand Down

0 comments on commit f4d81e2

Please sign in to comment.