Skip to content

Commit

Permalink
v3.59.10
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Sep 9, 2019
1 parent fea13f0 commit af53da6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-android/app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 21
targetSdkVersion 26
versionCode 359080
versionName "3.59.8"
versionCode 359100
versionName "3.59.10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app-ios/tutanota/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.59.9</string>
<string>3.59.10</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.59.9</string>
<string>3.59.10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "3.59.9",
"version": "3.59.10",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit af53da6

Please sign in to comment.