Skip to content

Commit f70758f

Browse files
committed
Merge branch 'master' of github.com:getsentry/sentry-react-native
2 parents 249eb11 + 39be4d9 commit f70758f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sentry/react-native",
33
"homepage": "https://github.com/getsentry/sentry-react-native",
44
"repository": "https://github.com/getsentry/sentry-react-native",
5-
"version": "1.0.0-beta.4",
5+
"version": "1.0.0-beta.5",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",

src/js/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = "sentry.javascript.react-native";
2-
export const SDK_VERSION = "1.0.0-beta.4";
2+
export const SDK_VERSION = "1.0.0-beta.5";

0 commit comments

Comments
 (0)