Skip to content

Commit 060a613

Browse files
committed
#MRN-765 Version upgrade release
1 parent cee076a commit 060a613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ android {
8686
minSdkVersion rootProject.ext.minSdkVersion
8787
targetSdkVersion rootProject.ext.targetSdkVersion
8888
versionCode 1
89-
versionName "2.4.37"
89+
versionName "3.0.0"
9090
/** Add this for react-native-camera */
9191
missingDimensionStrategy 'react-native-camera', 'general'
9292
multiDexEnabled true

ios/mirrorfly_rn.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"$(inherited)",
645645
"@executable_path/Frameworks",
646646
);
647-
MARKETING_VERSION = 1.0;
647+
MARKETING_VERSION = 3.0.0;
648648
OTHER_LDFLAGS = (
649649
"$(inherited)",
650650
"-ObjC",
@@ -677,7 +677,7 @@
677677
"$(inherited)",
678678
"@executable_path/Frameworks",
679679
);
680-
MARKETING_VERSION = 1.0;
680+
MARKETING_VERSION = 3.0.0;
681681
OTHER_LDFLAGS = (
682682
"$(inherited)",
683683
"-ObjC",

0 commit comments

Comments
 (0)