Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Apr 3, 2024
1 parent 2f70ce4 commit 6b79f46
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 @@ -90,8 +90,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 201
versionName "2.16.1"
versionCode 202
versionName "2.16.2"

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.16.1</string>
<string>2.16.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>143</string>
<string>144</string>
<key>FacebookAppID</key>
<string>1303550106471840</string>
<key>FacebookClientToken</key>
Expand Down

0 comments on commit 6b79f46

Please sign in to comment.