Skip to content

Commit 51e1001

Browse files
authored
Merge pull request #21 from thinkocapo/release-2.0.8
Release 2.0.8
2 parents f5ac0e0 + 8c53386 commit 51e1001

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ android {
138138
applicationId "com.sentry_react_native"
139139
minSdkVersion rootProject.ext.minSdkVersion
140140
targetSdkVersion rootProject.ext.targetSdkVersion
141-
versionCode 7
142-
versionName "2.0.7"
141+
versionCode 8
142+
versionName "2.0.8"
143143
}
144144
splits {
145145
abi {

app-debug.apk

-6.53 KB
Binary file not shown.

app-release.apk

-5.04 KB
Binary file not shown.

ios/sentry_react_native-tvOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.7</string>
18+
<string>2.0.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>8</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true />
2525
<key>NSAppTransportSecurity</key>

ios/sentry_react_native-tvOSTests/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>2.0.7</string>
18+
<string>2.0.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>8</string>
2323
</dict>
2424
</plist>

ios/sentry_react_native.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
buildSettings = {
671671
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
672672
CLANG_ENABLE_MODULES = YES;
673-
CURRENT_PROJECT_VERSION = 6;
673+
CURRENT_PROJECT_VERSION = 7;
674674
ENABLE_BITCODE = NO;
675675
INFOPLIST_FILE = sentry_react_native/Info.plist;
676676
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -693,7 +693,7 @@
693693
buildSettings = {
694694
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
695695
CLANG_ENABLE_MODULES = YES;
696-
CURRENT_PROJECT_VERSION = 6;
696+
CURRENT_PROJECT_VERSION = 7;
697697
INFOPLIST_FILE = sentry_react_native/Info.plist;
698698
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
699699
OTHER_LDFLAGS = (

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>2.0.7</string>
20+
<string>2.0.8</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>7</string>
24+
<string>8</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>2.0.7</string>
18+
<string>2.0.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>8</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": "2.0.7",
3+
"version": "2.0.8",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)