Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 7, 2020
1 parent 1146048 commit 9e76154
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## TBD
## 0.3.5 (2020-01-07)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion src/android/bugsnag-plugin-android-cocos2dx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

defaultConfig {
minSdkVersion 16 // Minimum version supported by Cocos2dx
versionName '0.3.4'
versionName '0.3.5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/cocoa/BugsnagCocos2dxPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#import "BugsnagCocos2dxPlugin.h"

NSString *const BUGSNAG_COCOS2DX_VERSION = @"0.3.4";
NSString *const BUGSNAG_COCOS2DX_VERSION = @"0.3.5";

@interface Bugsnag ()
+ (BugsnagNotifier *)notifier;
Expand Down

0 comments on commit 9e76154

Please sign in to comment.