Skip to content

Commit 4d68c5c

Browse files
committed
0.16.1
1 parent e518545 commit 4d68c5c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/src/main/java/io/sentry/RNSentryModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public class RNSentryModule extends ReactContextBaseJavaModule {
5353

5454
private static final Pattern mJsModuleIdPattern = Pattern.compile("(?:^|[/\\\\])(\\d+\\.js)$");
55-
private static final String versionString = "0.16.0";
55+
private static final String versionString = "0.16.1";
5656
private static final String sdkName = "sentry-react-native";
5757

5858
private final ReactApplicationContext reactContext;

ios/RNSentry.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <KSCrash/KSCrash.h>
1010
#import <Sentry/Sentry.h>
1111

12-
NSString *const RNSentryVersionString = @"0.16.0";
12+
NSString *const RNSentryVersionString = @"0.16.1";
1313
NSString *const RNSentrySdkName = @"sentry-react-native";
1414

1515
@interface RNSentry()

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-sentry",
33
"homepage": "https://github.com/getsentry/react-native-sentry",
44
"repository": "https://github.com/getsentry/react-native-sentry",
5-
"version": "0.16.0",
5+
"version": "0.16.1",
66
"description": "Official Sentry SDK for react-native",
77
"main": "index.js",
88
"scripts": {

0 commit comments

Comments
 (0)