Skip to content

Commit

Permalink
Merge pull request #736 from bugsnag/release-v5.23.4
Browse files Browse the repository at this point in the history
Release v5.23.4
  • Loading branch information
tomlongridge authored Jul 6, 2020
2 parents 354b752 + 946abc3 commit c37bf52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Bugsnag.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bugsnag",
"version": "5.23.3",
"version": "5.23.4",
"summary": "Cocoa notifier for SDK for bugsnag.com",
"homepage": "https://bugsnag.com",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v5.23.3"
"tag": "v5.23.4"
},
"frameworks": ["Foundation", "SystemConfiguration"],
"libraries": [
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## TBD
## 5.23.4 (2020-07-06)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion Source/BugsnagNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#import <AppKit/AppKit.h>
#endif

NSString *const NOTIFIER_VERSION = @"5.23.3";
NSString *const NOTIFIER_VERSION = @"5.23.4";
NSString *const NOTIFIER_URL = @"https://github.com/bugsnag/bugsnag-cocoa";
NSString *const BSTabCrash = @"crash";
NSString *const BSAttributeDepth = @"depth";
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.23.3
5.23.4

0 comments on commit c37bf52

Please sign in to comment.