Skip to content

Commit a138512

Browse files
committed
chore: version
1 parent 7791f3a commit a138512

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ android {
139139
minSdkVersion rootProject.ext.minSdkVersion
140140
targetSdkVersion rootProject.ext.targetSdkVersion
141141
versionCode 33
142-
versionName "0.7.1"
142+
versionName "0.8.0"
143143
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
144144

145145
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.1;
497+
MARKETING_VERSION = 0.8.0;
498498
OTHER_LDFLAGS = (
499499
"$(inherited)",
500500
"-ObjC",
@@ -528,7 +528,7 @@
528528
"$(inherited)",
529529
"@executable_path/Frameworks",
530530
);
531-
MARKETING_VERSION = 0.7.1;
531+
MARKETING_VERSION = 0.8.0;
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.1",
3+
"version": "0.8.0",
44
"description": "react native v2ex project",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)