Skip to content

Commit

Permalink
Version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Apr 14, 2023
1 parent cb21ab1 commit 2eca51c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 33
versionCode = 11
versionName = "0.7.2"
versionCode = 12
versionName = "0.7.3"
}

buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed peer list failing to load when country resolving is disabled

Check GitHub release for all changes.

0 comments on commit 2eca51c

Please sign in to comment.