diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 0effd4dbc..900dad705 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -25,8 +25,8 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "test": "jest --detectOpenHandles", "postinstall": "patch-package && node ./src/scripts/create-sentry-properties.js", - "code-push-ios": "appcenter codepush release-react -a Oraichain/Owallet -t 3.1.5 --output-dir build", - "code-push-android": "appcenter codepush release-react -a Oraichain/Owallet-1 -t 3.1.5 --output-dir build", + "code-push-ios": "appcenter codepush release-react -a Oraichain/Owallet -t 3.1.16 --output-dir build", + "code-push-android": "appcenter codepush release-react -a Oraichain/Owallet-1 -t 3.1.16 --output-dir build", "images": "node ./src/scripts/generate-images.js", "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios" },