Skip to content

Commit 34bbc78

Browse files
committed
Bump version.
1 parent 94d1040 commit 34bbc78

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
@@ -94,7 +94,7 @@ android {
9494
multiDexEnabled true
9595
// No need to increment the versionCode, it will be automatically incremented by the fastlane
9696
versionCode 221
97-
versionName "2.37.5"
97+
versionName "3.0.0"
9898

9999
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
100100

ios/CoopCycle/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.37.4</string>
22+
<string>3.0.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -40,7 +40,7 @@
4040
</dict>
4141
</array>
4242
<key>CFBundleVersion</key>
43-
<string>157</string>
43+
<string>158</string>
4444
<key>FacebookAppID</key>
4545
<string>1303550106471840</string>
4646
<key>FacebookClientToken</key>

0 commit comments

Comments
 (0)