Skip to content

Commit

Permalink
v271.250224.0
Browse files Browse the repository at this point in the history
Co-authored-by: arm <7211155+armhub@users.noreply.github.com>
  • Loading branch information
YohYamasaki and armhub committed Feb 24, 2025
1 parent 5e08bb9 commit 0644564
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 98 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "271.250220.0"
version = "271.250224.0"
rust-version = "1.84.0"
edition = "2021"
homepage = "https://tutao.de"
Expand Down
4 changes: 2 additions & 2 deletions app-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 26
targetSdkVersion 34
versionCode 396457
versionName "271.250220.0"
versionCode 396458
versionName "271.250224.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// https://issuetracker.google.com/issues/181593646
Expand Down
4 changes: 2 additions & 2 deletions app-android/calendar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "de.tutao.calendar"
minSdk = 26
targetSdk = 34
versionCode = 96
versionName = "271.250220.0"
versionCode = 97
versionName = "271.250224.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app-ios/TutanotaNotificationExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleShortVersionString</key>
<string>271.250220.0</string>
<string>271.250224.0</string>
<key>CFBundleVersion</key>
<string>271.250220.0</string>
<string>271.250224.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions app-ios/calendar/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>271.250220.0</string>
<string>271.250224.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>271.250220.0</string>
<string>271.250224.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
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>271.250220.0</string>
<string>271.250224.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>271.250220.0</string>
<string>271.250224.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
Loading

0 comments on commit 0644564

Please sign in to comment.