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 @@ -138,7 +138,7 @@ android {
138138 minSdkVersion rootProject. ext. minSdkVersion
139139 targetSdkVersion rootProject. ext. targetSdkVersion
140140 versionCode 32
141- versionName " 0.7.0 "
141+ versionName " 0.7.1 "
142142 buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , isNewArchitectureEnabled(). toString()
143143
144144 if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change 494494 "$(inherited)",
495495 "@executable_path/Frameworks",
496496 );
497- MARKETING_VERSION = 0.7.0 ;
497+ MARKETING_VERSION = 0.7.1 ;
498498 OTHER_LDFLAGS = (
499499 "$(inherited)",
500500 "-ObjC",
528528 "$(inherited)",
529529 "@executable_path/Frameworks",
530530 );
531- MARKETING_VERSION = 0.7.0 ;
531+ MARKETING_VERSION = 0.7.1 ;
532532 OTHER_LDFLAGS = (
533533 "$(inherited)",
534534 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-v2ex" ,
3- "version" : " 0.7.0 " ,
3+ "version" : " 0.7.1 " ,
44 "description" : " react native v2ex project" ,
55 "main" : " index.js" ,
66 "private" : false ,
Original file line number Diff line number Diff line change @@ -3840,9 +3840,9 @@ exec-sh@^0.3.2:
38403840 resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
38413841 integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==
38423842
3843- execa@^0.7.0 :
3844- version "0.7.0 "
3845- resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0 .tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
3843+ execa@^0.7.1 :
3844+ version "0.7.1 "
3845+ resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.1 .tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
38463846 integrity sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==
38473847 dependencies :
38483848 cross-spawn "^5.0.1"
@@ -9118,7 +9118,7 @@ term-size@^1.2.0:
91189118 resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
91199119 integrity sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==
91209120 dependencies :
9121- execa "^0.7.0 "
9121+ execa "^0.7.1 "
91229122
91239123terminal-link@^2.0.0 :
91249124 version "2.1.1"
You can’t perform that action at this time.
0 commit comments