Skip to content

Commit

Permalink
v259.250108.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins build server authored and ganthern committed Jan 8, 2025
1 parent a5b4633 commit de6a058
Show file tree
Hide file tree
Showing 22 changed files with 73 additions and 73 deletions.
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 396433
versionName "259.250106.0"
versionCode 396434
versionName "259.250108.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 = 72
versionName = "259.250106.0"
versionCode = 73
versionName = "259.250108.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>259.250106.0</string>
<string>259.250108.0</string>
<key>CFBundleVersion</key>
<string>259.250106.0</string>
<string>259.250108.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>259.250106.0</string>
<string>259.250108.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>259.250106.0</string>
<string>259.250108.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>259.250106.0</string>
<string>259.250108.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>259.250106.0</string>
<string>259.250108.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "259.250106.0",
"version": "259.250108.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,13 +32,13 @@
"fix": "npm run style:fix && npm run lint:fix"
},
"dependencies": {
"@tutao/node-mimimi": "259.250106.0",
"@tutao/node-mimimi": "259.250108.0",
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tuta-wasm-loader": "259.250106.0",
"@tutao/tutanota-crypto": "259.250106.0",
"@tutao/tutanota-error": "259.250106.0",
"@tutao/tutanota-usagetests": "259.250106.0",
"@tutao/tutanota-utils": "259.250106.0",
"@tutao/tuta-wasm-loader": "259.250108.0",
"@tutao/tutanota-crypto": "259.250108.0",
"@tutao/tutanota-error": "259.250108.0",
"@tutao/tutanota-usagetests": "259.250108.0",
"@tutao/tutanota-utils": "259.250108.0",
"@types/better-sqlite3": "7.4.2",
"@types/linkifyjs": "2.1.7",
"@types/luxon": "3.4.2",
Expand Down Expand Up @@ -75,9 +75,9 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@tutao/licc": "259.250106.0",
"@tutao/otest": "259.250106.0",
"@tutao/tutanota-test-utils": "259.250106.0",
"@tutao/licc": "259.250108.0",
"@tutao/otest": "259.250108.0",
"@tutao/tutanota-test-utils": "259.250108.0",
"@types/express": "^4.17.17",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/licc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/licc",
"version": "259.250106.0",
"version": "259.250108.0",
"bin": {
"licc": "dist/cli.js"
},
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "5.3.3",
"@tutao/tutanota-test-utils": "259.250106.0",
"@tutao/otest": "259.250106.0"
"@tutao/tutanota-test-utils": "259.250108.0",
"@tutao/otest": "259.250108.0"
}
}
2 changes: 1 addition & 1 deletion packages/node-mimimi/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 packages/node-mimimi/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/node-mimimi-darwin-universal",
"version": "259.250106.0",
"version": "259.250108.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/node-mimimi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/node-mimimi-linux-x64-gnu",
"version": "259.250106.0",
"version": "259.250108.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/node-mimimi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/node-mimimi-win32-x64-msvc",
"version": "259.250106.0",
"version": "259.250108.0",
"os": [
"win32"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/node-mimimi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/node-mimimi",
"version": "259.250106.0",
"version": "259.250108.0",
"main": "./dist/binding.cjs",
"types": "./dist/binding.d.ts",
"napi": {
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"devDependencies": {
"@tutao/otest": "259.250106.0",
"@tutao/otest": "259.250108.0",
"@napi-rs/cli": "^2.18.4",
"typescript": "5.3.3",
"zx": "8.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/otest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/otest",
"version": "259.250106.0",
"version": "259.250108.0",
"license": "GPL-3.0",
"description": "little test runner",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tuta-wasm-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tuta-wasm-loader",
"version": "259.250106.0",
"version": "259.250108.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/tutanota-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-crypto",
"version": "259.250106.0",
"version": "259.250108.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"exports": {
Expand All @@ -25,11 +25,11 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/tutanota-error": "259.250106.0"
"@tutao/tutanota-error": "259.250108.0"
},
"devDependencies": {
"typescript": "5.3.3",
"@tutao/tutanota-utils": "259.250106.0",
"@tutao/otest": "259.250106.0"
"@tutao/tutanota-utils": "259.250108.0",
"@tutao/otest": "259.250108.0"
}
}
2 changes: 1 addition & 1 deletion packages/tutanota-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-error",
"version": "259.250106.0",
"version": "259.250108.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit de6a058

Please sign in to comment.