Skip to content

Commit

Permalink
v3.118.12
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Sep 26, 2023
1 parent 88ecad1 commit 6af9e8d
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions app-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 23
targetSdkVersion 33
versionCode 396256
versionName "3.118.11"
versionCode 396257
versionName "3.118.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

javaCompileOptions {
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.118.11</string>
<string>3.118.12</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.118.11</string>
<string>3.118.12</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "3.118.11",
"version": "3.118.12",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tutanota-crypto": "3.118.11",
"@tutao/tutanota-usagetests": "3.118.11",
"@tutao/tutanota-utils": "3.118.11",
"@tutao/tutanota-crypto": "3.118.12",
"@tutao/tutanota-usagetests": "3.118.12",
"@tutao/tutanota-utils": "3.118.12",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "3.0.2",
"@types/linkifyjs": "2.1.4",
Expand Down Expand Up @@ -67,9 +67,9 @@
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-typescript": "11.0.0",
"@tutao/licc": "3.118.11",
"@tutao/otest": "3.118.11",
"@tutao/tutanota-test-utils": "3.118.11",
"@tutao/licc": "3.118.12",
"@tutao/otest": "3.118.12",
"@tutao/tutanota-test-utils": "3.118.12",
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "5.61.0",
"body-parser": "1.20.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": "3.118.11",
"version": "3.118.12",
"bin": {
"licc": "dist/cli.js"
},
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "5.0.3",
"@tutao/tutanota-test-utils": "3.118.11",
"@tutao/otest": "3.118.11"
"@tutao/tutanota-test-utils": "3.118.12",
"@tutao/otest": "3.118.12"
}
}
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": "3.118.11",
"version": "3.118.12",
"license": "GPL-3.0",
"description": "little test runner",
"main": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 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": "3.118.11",
"version": "3.118.12",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
],
"devDependencies": {
"typescript": "5.0.3",
"@tutao/tutanota-utils": "3.118.11",
"@tutao/otest": "3.118.11"
"@tutao/tutanota-utils": "3.118.12",
"@tutao/otest": "3.118.12"
}
}
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": "3.118.11",
"version": "3.118.12",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/otest": "3.118.11",
"@tutao/otest": "3.118.12",
"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": "3.118.11",
"version": "3.118.12",
"license": "GLP-3.0",
"description": "",
"main": "./dist/index.js",
Expand All @@ -26,6 +26,6 @@
"devDependencies": {
"@types/node-forge": "1.0.0",
"typescript": "5.0.3",
"@tutao/otest": "3.118.11"
"@tutao/otest": "3.118.12"
}
}
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": "3.118.11",
"version": "3.118.12",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,6 +23,6 @@
],
"devDependencies": {
"typescript": "5.0.3",
"@tutao/otest": "3.118.11"
"@tutao/otest": "3.118.12"
}
}

0 comments on commit 6af9e8d

Please sign in to comment.