Skip to content

Commit 8e51d0e

Browse files
committed
Bump both app versions
1 parent a6569e0 commit 8e51d0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
minSdkVersion parent.minSdkVersion
2727
targetSdkVersion parent.targetSdkVersion
2828
versionCode 10000
29-
versionName "1.13.0"
29+
versionName "1.13.1"
3030

3131
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3232

ios/dydx/build/generated/ios/ReactCodegen.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ pushd "$PODS_ROOT/../" > /dev/null
9898
RCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)
9999
popd >/dev/null
100100
101-
export RCT_SCRIPT_RN_DIR="$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../../../../../../../../../../../../../../../v4-native-mobile/node_modules/react-native"
102-
export RCT_SCRIPT_APP_PATH="$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../../../../../../../../../../../../../../../v4-native-mobile"
101+
export RCT_SCRIPT_RN_DIR="$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../../../../../../../../../../../../../../v4-native-mobile/node_modules/react-native"
102+
export RCT_SCRIPT_APP_PATH="$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../../../../../../../../../../../../../../v4-native-mobile"
103103
export RCT_SCRIPT_OUTPUT_DIR="$RCT_SCRIPT_POD_INSTALLATION_ROOT"
104104
export RCT_SCRIPT_TYPE="withCodegenDiscovery"
105105

ios/dydxV4/dydxV4.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,7 @@
29232923
"$(inherited)",
29242924
"@executable_path/Frameworks",
29252925
);
2926-
MARKETING_VERSION = 1.13.2;
2926+
MARKETING_VERSION = 1.13.3;
29272927
PRODUCT_NAME = "$(TARGET_NAME)";
29282928
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) _iOS";
29292929
TARGETED_DEVICE_FAMILY = 1;
@@ -2946,7 +2946,7 @@
29462946
"$(inherited)",
29472947
"@executable_path/Frameworks",
29482948
);
2949-
MARKETING_VERSION = 1.13.2;
2949+
MARKETING_VERSION = 1.13.3;
29502950
PRODUCT_NAME = "$(TARGET_NAME)";
29512951
PROVISIONING_PROFILE_SPECIFIER = "";
29522952
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) _iOS";

0 commit comments

Comments
 (0)