Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed May 4, 2023
1 parent a4b803a commit cc1facb
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 88 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "3.1.1"
versionName "3.2.0"
}

splits {
Expand Down
2 changes: 1 addition & 1 deletion ios/ObytesApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PODS:
- EXJSONUtils (0.5.1)
- EXManifests (0.5.2):
- EXJSONUtils
- Expo (48.0.11):
- Expo (48.0.15):
- ExpoModulesCore
- expo-dev-client (2.2.1):
- EXManifests
Expand Down Expand Up @@ -765,7 +765,7 @@ SPEC CHECKSUMS:
EXFont: 6ea3800df746be7233208d80fe379b8ed74f4272
EXJSONUtils: 48b1e764ac35160e6f54d21ab60d7d9501f3e473
EXManifests: 500666d48e8dd7ca5a482c9e729e4a7a6c34081b
Expo: 81418098ffb16914b2e190f54e06db923248e4a1
Expo: 62bba165c9cd30a2983176e7d975ae688b6334b6
expo-dev-client: 92b9e487ad6a05a3ad1dda70334729ccaf622bfe
expo-dev-launcher: 5275974e9f825f70a33bb79301a8ab894179fa94
expo-dev-menu: 3b67916b76bae0283adfe5a5c71e323196e6ad40
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obytesapp",
"version": "3.1.1",
"version": "3.2.0",
"private": true,
"scripts": {
"start": "expo start --dev-client",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@shopify/flash-list": "1.4.0",
"@tanstack/react-query": "^4.26.1",
"axios": "^1.3.4",
"expo": "~48.0.11",
"expo": "~48.0.15",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-image": "~1.0.0",
Expand Down
Loading

0 comments on commit cc1facb

Please sign in to comment.