Skip to content

Commit

Permalink
v3.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nowhub committed Aug 30, 2022
1 parent 6dd1d85 commit 4b767be
Show file tree
Hide file tree
Showing 9 changed files with 507 additions and 308 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 30
versionCode 396129
versionName "3.98.24"
versionCode 396131
versionName "3.100.0"
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.98.24</string>
<string>3.100.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.98.24</string>
<string>3.100.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
779 changes: 489 additions & 290 deletions package-lock.json

Large diffs are not rendered by default.

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.98.24",
"version": "3.100.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tutanota-crypto": "3.98.24",
"@tutao/tutanota-usagetests": "3.98.24",
"@tutao/tutanota-utils": "3.98.24",
"@tutao/tutanota-crypto": "3.100.0",
"@tutao/tutanota-usagetests": "3.100.0",
"@tutao/tutanota-utils": "3.100.0",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "2.3.3",
"@types/linkifyjs": "2.1.4",
Expand All @@ -41,7 +41,7 @@
"better-sqlite3": "git+https://github.com/tutao/better-sqlite3-sqlcipher#c630f356b0427472008ba2f17c3d1ffc7667ebb4",
"cborg": "1.5.4",
"dompurify": "2.3.8",
"electron": "19.0.13",
"electron": "19.0.14",
"electron-updater": "4.6.5",
"jszip": "3.7.0",
"keytar": "git+https://github.com/tutao/node-keytar#12593c5809c9ed6bfc063ed3e862dd85a1506aca",
Expand All @@ -61,8 +61,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.98.24",
"@tutao/licc": "3.98.24",
"@tutao/tutanota-test-utils": "3.100.0",
"@tutao/licc": "3.100.0",
"body-parser": "1.19.0",
"chokidar": "3.5.2",
"commander": "9.2.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.98.24",
"version": "3.100.0",
"bin": {
"licc": "dist/cli.js"
},
Expand All @@ -20,7 +20,7 @@
"zx": "6.1.0"
},
"devDependencies": {
"@tutao/tutanota-test-utils": "3.98.24",
"@tutao/tutanota-test-utils": "3.100.0",
"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.98.24",
"version": "3.100.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
],
"devDependencies": {
"typescript": "4.5.4",
"@tutao/tutanota-utils": "3.98.24",
"@tutao/tutanota-utils": "3.100.0",
"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.98.24",
"version": "3.100.0",
"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.98.24",
"version": "3.100.0",
"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.98.24",
"version": "3.100.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4b767be

Please sign in to comment.