Skip to content

Commit b6aca81

Browse files
committed
release: 1.7.1
1 parent ad18e9d commit b6aca81

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.7.0",
5+
"version": "1.7.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.7.0";
2+
export const SDK_VERSION = "1.7.1";

0 commit comments

Comments
 (0)