File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
sentry_react_native.xcodeproj Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ android {
119
119
applicationId " com.sentry_react_native"
120
120
minSdkVersion rootProject. ext. minSdkVersion
121
121
targetSdkVersion rootProject. ext. targetSdkVersion
122
- versionCode 18
123
- versionName " 3.1.0 "
122
+ versionCode 19
123
+ versionName " 3.1.1 "
124
124
}
125
125
signingConfigs {
126
126
debug {
Original file line number Diff line number Diff line change 484
484
buildSettings = {
485
485
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486
486
CLANG_ENABLE_MODULES = YES;
487
- CURRENT_PROJECT_VERSION = 18 ;
487
+ CURRENT_PROJECT_VERSION = 19 ;
488
488
ENABLE_BITCODE = NO;
489
489
INFOPLIST_FILE = sentry_react_native/Info.plist;
490
490
LD_RUNPATH_SEARCH_PATHS = (
511
511
buildSettings = {
512
512
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513
513
CLANG_ENABLE_MODULES = YES;
514
- CURRENT_PROJECT_VERSION = 18 ;
514
+ CURRENT_PROJECT_VERSION = 19 ;
515
515
INFOPLIST_FILE = sentry_react_native/Info.plist;
516
516
LD_RUNPATH_SEARCH_PATHS = (
517
517
"$(inherited)",
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.1.0 </string >
20
+ <string >3.1.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >18 </string >
24
+ <string >19 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.1.0 </string >
18
+ <string >3.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >18 </string >
22
+ <string >19 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sentry_react_native" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments