We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff3ab3 commit de01ca0Copy full SHA for de01ca0
package.json
@@ -2,7 +2,7 @@
2
"name": "@sentry/react-native",
3
"homepage": "https://github.com/getsentry/sentry-react-native",
4
"repository": "https://github.com/getsentry/sentry-react-native",
5
- "version": "1.0.0-beta.0",
+ "version": "1.0.0-beta.1",
6
"description": "Official Sentry SDK for react-native",
7
"typings": "dist/js/index.d.ts",
8
"types": "dist/js/index.d.ts",
src/js/version.ts
@@ -1,2 +1,2 @@
1
export const SDK_NAME = 'sentry.javascript.react-native';
-export const SDK_VERSION = '1.0.0-beta.0';
+export const SDK_VERSION = '1.0.0-beta.1-beta.0';
0 commit comments