Skip to content

Commit de01ca0

Browse files
committed
release: 1.0.0-beta.1
1 parent 2ff3ab3 commit de01ca0

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

0 commit comments

Comments
 (0)