Skip to content

Commit 37929fb

Browse files
committed
3.1.6
1 parent 3ce3a61 commit 37929fb

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ android {
7575
applicationId "com.sentry_react_native"
7676
minSdkVersion rootProject.ext.minSdkVersion
7777
targetSdkVersion rootProject.ext.targetSdkVersion
78-
versionCode 19
79-
versionName "999.0.0"
78+
versionCode 20
79+
versionName "3.1.6"
8080
}
8181
signingConfigs {
8282
debug {

ios/sentry_react_native.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
buildSettings = {
396396
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
397397
CLANG_ENABLE_MODULES = YES;
398-
CURRENT_PROJECT_VERSION = 19;
398+
CURRENT_PROJECT_VERSION = 20;
399399
ENABLE_BITCODE = NO;
400400
INFOPLIST_FILE = sentry_react_native/Info.plist;
401401
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
@@ -423,7 +423,7 @@
423423
buildSettings = {
424424
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
425425
CLANG_ENABLE_MODULES = YES;
426-
CURRENT_PROJECT_VERSION = 19;
426+
CURRENT_PROJECT_VERSION = 20;
427427
INFOPLIST_FILE = sentry_react_native/Info.plist;
428428
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
429429
LD_RUNPATH_SEARCH_PATHS = (

ios/sentry_react_native/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>999.0.0</string>
20+
<string>3.1.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>19</string>
24+
<string>20</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true />
2727
<key>NSAppTransportSecurity</key>

ios/sentry_react_nativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
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>999.0.0</string>
18+
<string>3.1.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>19</string>
22+
<string>20</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry_react_native",
3-
"version": "999.0.0",
3+
"version": "3.1.6",
44
"private": true,
55
"scripts": {
66
"build-dev-android": "react-native run-android",

0 commit comments

Comments
 (0)