Skip to content

Commit 6aea691

Browse files
committed
version
1 parent 30c9c23 commit 6aea691

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()) {

ios/app.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
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",
@@ -528,7 +528,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

91239123
terminal-link@^2.0.0:
91249124
version "2.1.1"

0 commit comments

Comments
 (0)