Skip to content

Commit f2d8044

Browse files
author
jenkins build server
committedMar 12, 2025·
v274.250312.0

File tree

18 files changed

+97
-99
lines changed

18 files changed

+97
-99
lines changed
 

‎Cargo.lock

+29-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "274.250310.0"
2+
version = "274.250312.0"
33
rust-version = "1.84.0"
44
edition = "2021"
55
homepage = "https://tutao.de"

‎app-android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "de.tutao.tutanota"
1414
minSdkVersion 26
1515
targetSdkVersion 34
16-
versionCode 396462
17-
versionName "274.250310.0"
16+
versionCode 396463
17+
versionName "274.250312.0"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919

2020
// https://issuetracker.google.com/issues/181593646

‎app-android/calendar/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "de.tutao.calendar"
1919
minSdk = 26
2020
targetSdk = 34
21-
versionCode = 101
22-
versionName = "274.250310.0"
21+
versionCode = 102
22+
versionName = "274.250312.0"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525

‎app-ios/TutanotaNotificationExtension/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>274.250310.0</string>
14+
<string>274.250312.0</string>
1515
<key>CFBundleVersion</key>
16-
<string>274.250310.0</string>
16+
<string>274.250312.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

‎app-ios/calendar/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>274.250310.0</string>
20+
<string>274.250312.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -33,7 +33,7 @@
3333
</dict>
3434
</array>
3535
<key>CFBundleVersion</key>
36-
<string>274.250310.0</string>
36+
<string>274.250312.0</string>
3737
<key>ITSAppUsesNonExemptEncryption</key>
3838
<false/>
3939
<key>LSRequiresIPhoneOS</key>

‎app-ios/tutanota/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>274.250310.0</string>
20+
<string>274.250312.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>274.250310.0</string>
37+
<string>274.250312.0</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)
Please sign in to comment.