File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ android {
134134 applicationId " com.avaxwallet"
135135 minSdkVersion rootProject. ext. minSdkVersion
136136 targetSdkVersion rootProject. ext. targetSdkVersion
137- versionCode 3
138- versionName " 0.1.2 "
137+ versionCode 4
138+ versionName " 0.1.3 "
139139 }
140140 splits {
141141 abi {
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.1.2 </string >
20+ <string >0.1.3 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >3 </string >
24+ <string >4 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.2 </string >
18+ <string >0.1.3 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >3 </string >
22+ <string >4 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " avalanche-wallet-apps" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
77 "ios" : " cd $INIT_CWD/ios && pod install && cd $INIT_CWD && react-native run-ios" ,
88 "start" : " react-native start" ,
99 "test" : " jest" ,
1010 "lint" : " eslint ." ,
11- "postversion" : " react-native-version"
11+ "postversion" : " react-native-version --never-amend "
1212 },
1313 "dependencies" : {
1414 "@ethereumjs/common" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments