Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
albullington committed Apr 2, 2021
1 parent b0287ad commit 77fc9fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ android {
applicationId "org.inaturalist.seek"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 176
versionCode 177
versionName "2.12.2"
// for creating ic_seek_adaptiveappicon.xml
vectorDrawables.useSupportLibrary = true
Expand Down
12 changes: 6 additions & 6 deletions fastlane/Deliverfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ languages(['en-US', 'ar-SA', 'ca', 'cs', 'da', 'de-DE',

# bug fix
release_notes({
'en-US' => "Bug fixes and improved posting to iNaturalist upload flow",
'fi' => "Bug fixes and improved posting to iNaturalist upload flow",
'ja' => "Bug fixes and improved posting to iNaturalist upload flow",
'no' => "Bug fixes and improved posting to iNaturalist upload flow",
'tr' => "Bug fixes and improved posting to iNaturalist upload flow",
'zh-Hant' => "Bug fixes and improved posting to iNaturalist upload flow",
'en-US' => "Bug fixes",
'fi' => "Bug fixes",
'ja' => "Bug fixes",
'no' => "Bug fixes",
'tr' => "Bug fixes",
'zh-Hant' => "Bug fixes",
'ar-SA' => "إصلاح الأخطاء",
'ca' => "Errades corregides",
'cs' => "Opravy chyb",
Expand Down
2 changes: 1 addition & 1 deletion ios/Seek/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>176</string>
<string>177</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 77fc9fc

Please sign in to comment.