Skip to content

Commit

Permalink
release: 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jan 5, 2018
1 parent 6f5356e commit bdb1802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/src/main/java/io/sentry/RNSentryModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
public class RNSentryModule extends ReactContextBaseJavaModule {

private static final Pattern mJsModuleIdPattern = Pattern.compile("(?:^|[/\\\\])(\\d+\\.js)$");
private static final String versionString = "0.32.0";
private static final String versionString = "0.32.1";
private static final String sdkName = "sentry-react-native";

private final ReactApplicationContext reactContext;
Expand Down
2 changes: 1 addition & 1 deletion ios/RNSentry.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <KSCrash/KSCrash.h>
#import <Sentry/Sentry.h>

NSString *const RNSentryVersionString = @"0.32.0";
NSString *const RNSentryVersionString = @"0.32.1";
NSString *const RNSentrySdkName = @"sentry-react-native";

@interface RNSentry()
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-sentry",
"homepage": "https://github.com/getsentry/react-native-sentry",
"repository": "https://github.com/getsentry/react-native-sentry",
"version": "0.32.0",
"version": "0.32.1",
"description": "Official Sentry SDK for react-native",
"typings": "lib/Sentry.d.ts",
"typescript": {
Expand Down

0 comments on commit bdb1802

Please sign in to comment.