Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Dec 9, 2014
1 parent 60ed4b8 commit 2e743fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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.0"
s.version = "4.0.1"
s.summary = "Cocoa notifier for SDK for bugsnag.com"
s.homepage = "https://bugsnag.com"
s.license = 'MIT'
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.0"
#define NOTIFIER_VERSION @"4.0.1"
#define NOTIFIER_URL @"https://github.com/bugsnag/bugsnag-cocoa"

struct bugsnag_data_t {
Expand Down

0 comments on commit 2e743fd

Please sign in to comment.