Skip to content

Commit

Permalink
v3.69.2
Browse files Browse the repository at this point in the history
  • Loading branch information
armhub committed Mar 13, 2020
1 parent 082612b commit b3388c1
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 21
targetSdkVersion 28
versionCode 369010
versionName "3.69.1"
versionCode 369020
versionName "3.69.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"


Expand Down
4 changes: 2 additions & 2 deletions app-ios/tutanota/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>3.69.1</string>
<string>3.69.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.69.1</string>
<string>3.69.2</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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "3.69.1",
"version": "3.69.2",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit b3388c1

Please sign in to comment.