Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Sep 10, 2022
1 parent b0957f5 commit f9f20a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
KeePassDroid (2.6.3)
* Add warning for Android 11 file handling

KeePassDroid (2.6.2)
* Fix issue with saving biometric password

KeePassDroid (2.6.1)
* Prevent crashes for certain URI types

KeePassDroid (2.6.0)
* Update file handling for Android 13
* Update file handling for Android 11
* Mark password clipboard entries as sensitive
* Switch from Spongycastle to modern Bouncy Castle
* Update Chinese, French, and Russian translations
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {

multiDexEnabled true

versionCode = 208
versionName = "2.6.2"
versionCode = 209
versionName = "2.6.3"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f9f20a0

Please sign in to comment.