Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Nov 6, 2024
1 parent e4cc414 commit 6d847ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
// No need to increment the versionCode, it will be automatically incremented by the fastlane
versionCode 216
versionName "2.26.2"
versionCode 217
versionName "2.27.0"

manifestPlaceholders = [
tipsiStripeRedirectScheme: "coopcycle",
Expand Down
4 changes: 2 additions & 2 deletions ios/CoopCycle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.26.2</string>
<string>2.27.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -38,7 +38,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>149</string>
<string>150</string>
<key>FacebookAppID</key>
<string>1303550106471840</string>
<key>FacebookClientToken</key>
Expand Down

0 comments on commit 6d847ec

Please sign in to comment.