Skip to content

Commit

Permalink
v3.88.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Sep 20, 2021
1 parent c4870d4 commit 43cd0ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 23
targetSdkVersion 30
versionCode 388000
versionName "3.88.0"
versionCode 388010
versionName "3.88.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "3.88.0",
"version": "3.88.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-node-resolve": "11.0.0",
"@tutao/tutanota-build-server": "3.88.0",
"@tutao/tutanota-build-server": "3.88.1",
"body-parser": "1.19.0",
"chokidar": "3.5.2",
"commander": "5.0.0-2",
Expand Down
2 changes: 1 addition & 1 deletion packages/tutanota-build-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-build-server",
"version": "3.88.0",
"version": "3.88.1",
"license": "GPL-3.0",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 43cd0ec

Please sign in to comment.