Skip to content

Commit

Permalink
v240.240731.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins build server authored and sarashub committed Jul 31, 2024
1 parent 266eead commit d541c5a
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 57 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 33
versionCode 396365
versionName "239.240731.0"
versionCode 396366
versionName "240.240731.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

javaCompileOptions {
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 @@ -15,8 +15,8 @@ android {
applicationId = "de.tutao.calendar"
minSdk = 26
targetSdk = 34
versionCode = 4
versionName = "239.240731.0"
versionCode = 5
versionName = "240.240731.0"

testInstrumentationRunner = "androidx.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>239.240731.0</string>
<string>240.240731.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>239.240731.0</string>
<string>240.240731.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "239.240731.0",
"version": "240.240731.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tuta-wasm-loader": "239.240731.0",
"@tutao/tutanota-crypto": "239.240731.0",
"@tutao/tutanota-error": "239.240731.0",
"@tutao/tutanota-usagetests": "239.240731.0",
"@tutao/tutanota-utils": "239.240731.0",
"@tutao/tuta-wasm-loader": "240.240731.0",
"@tutao/tutanota-crypto": "240.240731.0",
"@tutao/tutanota-error": "240.240731.0",
"@tutao/tutanota-usagetests": "240.240731.0",
"@tutao/tutanota-utils": "240.240731.0",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "3.0.5",
"@types/linkifyjs": "2.1.4",
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.5",
"@tutao/licc": "239.240731.0",
"@tutao/otest": "239.240731.0",
"@tutao/tutanota-test-utils": "239.240731.0",
"@tutao/licc": "240.240731.0",
"@tutao/otest": "240.240731.0",
"@tutao/tutanota-test-utils": "240.240731.0",
"@types/express": "^4.17.17",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "5.61.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": "239.240731.0",
"version": "240.240731.0",
"bin": {
"licc": "dist/cli.js"
},
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "5.3.3",
"@tutao/tutanota-test-utils": "239.240731.0",
"@tutao/otest": "239.240731.0"
"@tutao/tutanota-test-utils": "240.240731.0",
"@tutao/otest": "240.240731.0"
}
}
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": "239.240731.0",
"version": "240.240731.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": "239.240731.0",
"version": "240.240731.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": "239.240731.0",
"version": "240.240731.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"exports": {
Expand All @@ -25,11 +25,11 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/tutanota-error": "239.240731.0"
"@tutao/tutanota-error": "240.240731.0"
},
"devDependencies": {
"typescript": "5.3.3",
"@tutao/tutanota-utils": "239.240731.0",
"@tutao/otest": "239.240731.0"
"@tutao/tutanota-utils": "240.240731.0",
"@tutao/otest": "240.240731.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": "239.240731.0",
"version": "240.240731.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/tutanota-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-test-utils",
"version": "239.240731.0",
"version": "240.240731.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/otest": "239.240731.0",
"@tutao/otest": "240.240731.0",
"testdouble": "3.18.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tutanota-usagetests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-usagetests",
"version": "239.240731.0",
"version": "240.240731.0",
"license": "GLP-3.0",
"description": "",
"main": "./dist/index.js",
Expand All @@ -26,6 +26,6 @@
"devDependencies": {
"@types/node-forge": "1.0.0",
"typescript": "5.3.3",
"@tutao/otest": "239.240731.0"
"@tutao/otest": "240.240731.0"
}
}
4 changes: 2 additions & 2 deletions packages/tutanota-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-utils",
"version": "239.240731.0",
"version": "240.240731.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,6 +23,6 @@
],
"devDependencies": {
"typescript": "5.3.3",
"@tutao/otest": "239.240731.0"
"@tutao/otest": "240.240731.0"
}
}

0 comments on commit d541c5a

Please sign in to comment.