Skip to content

Commit

Permalink
Set version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Feb 28, 2022
1 parent c88ab72 commit 87c0b30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ android {
applicationId "org.docspell.docspellshare"
minSdkVersion 21
targetSdkVersion 29
versionCode 6
versionCode 10
// keep this format or change github workflows bash quirks
versionName "0.6.0-SNAPSHOT"
versionName "0.7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Use a custom user-agent header to prevent banning from WAFs (#57)
- Fix sending correct filename in some cases (#58)

0 comments on commit 87c0b30

Please sign in to comment.