Skip to content

Commit 87c0b30

Browse files
committed
Set version to 0.7.0
1 parent c88ab72 commit 87c0b30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ android {
88
applicationId "org.docspell.docspellshare"
99
minSdkVersion 21
1010
targetSdkVersion 29
11-
versionCode 6
11+
versionCode 10
1212
// keep this format or change github workflows bash quirks
13-
versionName "0.6.0-SNAPSHOT"
13+
versionName "0.7.0"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Use a custom user-agent header to prevent banning from WAFs (#57)
2+
- Fix sending correct filename in some cases (#58)

0 commit comments

Comments
 (0)