Skip to content

Commit 925bfe5

Browse files
committed
3.1.0
1 parent 0095f10 commit 925bfe5

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ android {
119119
applicationId "com.sentry_react_native"
120120
minSdkVersion rootProject.ext.minSdkVersion
121121
targetSdkVersion rootProject.ext.targetSdkVersion
122-
versionCode 17
123-
versionName "3.0.0"
122+
versionCode 18
123+
versionName "3.1.0"
124124
}
125125
signingConfigs {
126126
debug {

ios/sentry_react_native.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
buildSettings = {
485485
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486486
CLANG_ENABLE_MODULES = YES;
487-
CURRENT_PROJECT_VERSION = 17;
487+
CURRENT_PROJECT_VERSION = 18;
488488
ENABLE_BITCODE = NO;
489489
INFOPLIST_FILE = sentry_react_native/Info.plist;
490490
LD_RUNPATH_SEARCH_PATHS = (
@@ -511,7 +511,7 @@
511511
buildSettings = {
512512
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513513
CLANG_ENABLE_MODULES = YES;
514-
CURRENT_PROJECT_VERSION = 17;
514+
CURRENT_PROJECT_VERSION = 18;
515515
INFOPLIST_FILE = sentry_react_native/Info.plist;
516516
LD_RUNPATH_SEARCH_PATHS = (
517517
"$(inherited)",

ios/sentry_react_native/Info.plist

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0.0</string>
20+
<string>3.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>17</string>
24+
<string>18</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true />
2727
<key>NSAppTransportSecurity</key>
2828
<dict>
29-
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
3029
<key>NSAllowsArbitraryLoads</key>
31-
<false/>
30+
<false />
3231
<key>NSAllowsLocalNetworking</key>
33-
<true/>
32+
<true />
3433
</dict>
3534
<key>NSLocationWhenInUseUsageDescription</key>
3635
<string />

ios/sentry_react_nativeTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.0</string>
18+
<string>3.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
</dict>
2424
</plist>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry_react_native",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)