Skip to content

Commit 5e4d8de

Browse files
6.3.3
1 parent 4a689f1 commit 5e4d8de

19 files changed

+4
-3
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ android {
115115
minSdkVersion rootProject.ext.minSdkVersion
116116
targetSdkVersion rootProject.ext.targetSdkVersion
117117
versionCode 1
118-
versionName "6.3.2"
118+
versionName "6.3.3"
119119
}
120120
signingConfigs {
121121
debug {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

ios/ObytesApp/Info.plist

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.3.2</string>
22+
<string>6.3.3</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -56,6 +56,7 @@
5656
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5757
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5858
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
59+
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5960
</array>
6061
<key>UIAppFonts</key>
6162
<array>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obytesapp",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {

0 commit comments

Comments
 (0)