Skip to content

Commit

Permalink
v3.107.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bedhub committed Jan 18, 2023
1 parent c719e39 commit c327a9d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 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 31
versionCode 396170
versionName "3.107.2"
versionCode 396171
versionName "3.107.3"
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.107.2</string>
<string>3.107.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.107.2</string>
<string>3.107.3</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "3.107.2",
"version": "3.107.3",
"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.107.2",
"@tutao/tutanota-usagetests": "3.107.2",
"@tutao/tutanota-utils": "3.107.2",
"@tutao/tutanota-crypto": "3.107.3",
"@tutao/tutanota-usagetests": "3.107.3",
"@tutao/tutanota-utils": "3.107.3",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "2.3.3",
"@types/linkifyjs": "2.1.4",
Expand Down Expand Up @@ -65,8 +65,8 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.0",
"@tutao/tutanota-test-utils": "3.107.2",
"@tutao/licc": "3.107.2",
"@tutao/tutanota-test-utils": "3.107.3",
"@tutao/licc": "3.107.3",
"@typescript-eslint/eslint-plugin": "5.15.0",
"@electron/notarize": "1.2.3",
"body-parser": "1.20.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/licc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/licc",
"version": "3.107.2",
"version": "3.107.3",
"bin": {
"licc": "dist/cli.js"
},
Expand All @@ -20,7 +20,7 @@
"zx": "6.1.0"
},
"devDependencies": {
"@tutao/tutanota-test-utils": "3.107.2",
"@tutao/tutanota-test-utils": "3.107.3",
"ospec": "https://github.com/tutao/ospec.git#0472107629ede33be4c4d19e89f237a6d7b0cb11"
}
}
4 changes: 2 additions & 2 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.107.2",
"version": "3.107.3",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
],
"devDependencies": {
"typescript": "4.5.4",
"@tutao/tutanota-utils": "3.107.2",
"@tutao/tutanota-utils": "3.107.3",
"ospec": "https://github.com/tutao/ospec.git#0472107629ede33be4c4d19e89f237a6d7b0cb11"
}
}
2 changes: 1 addition & 1 deletion 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.107.2",
"version": "3.107.3",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.107.2",
"version": "3.107.3",
"license": "GLP-3.0",
"description": "",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.107.2",
"version": "3.107.3",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c327a9d

Please sign in to comment.