Skip to content

Commit

Permalink
Bump version for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Jan 24, 2024
1 parent dd1a8c4 commit f854c31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
## 2.0.2 (2024-01-24)

### Enhancements

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 '2.0.1'
versionName '2.0.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.Collections;

public class BugsnagCocos2dxPlugin implements Plugin {
static final String pluginVersion = "2.0.1";
static final String pluginVersion = "2.0.2";

@Override
public void unload() {
Expand Down
2 changes: 1 addition & 1 deletion src/cocoa/BugsnagCocos2dxPlugin.mm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "BugsnagCocos2dxPlugin.h"
#import "BugsnagInternals.h"

static NSString *const BUGSNAG_COCOS2DX_VERSION = @"2.0.1";
static NSString *const BUGSNAG_COCOS2DX_VERSION = @"2.0.2";

namespace cocos2d {
extern const char* cocos2dVersion();
Expand Down

0 comments on commit f854c31

Please sign in to comment.