Skip to content

Commit fd1c5ed

Browse files
authored
Merge release/1.0.0-beta.0 into master
2 parents a8d1bfb + 2f3a432 commit fd1c5ed

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",
5+
"version": "1.0.0-beta.0",
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';
2+
export const SDK_VERSION = '1.0.0-beta.0';

0 commit comments

Comments
 (0)