Skip to content

Commit

Permalink
v3.59.14
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Sep 18, 2019
1 parent 24783e1 commit 96f2d96
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 359130
versionName "3.59.13"
versionCode 359140
versionName "3.59.14"
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.13</string>
<string>3.59.14</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.59.13</string>
<string>3.59.14</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.13",
"version": "3.59.14",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 96f2d96

Please sign in to comment.