Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Dec 9, 2019
1 parent 4744018 commit 0bc6a68
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.2 (2019-12-09)

### 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 @@ -16,7 +16,7 @@ android {

defaultConfig {
minSdkVersion 16 // Minimum version supported by Cocos2dx
versionName '0.3.1'
versionName '0.3.2'
}
}

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.1";
NSString *const BUGSNAG_COCOS2DX_VERSION = @"0.3.2";

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

0 comments on commit 0bc6a68

Please sign in to comment.