Skip to content

Commit

Permalink
bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Mar 8, 2021
1 parent a5b53f7 commit d3d3c0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ check with us on IRC before starting a substantial rewrite! For additional infor

### Changelog

##### v1.5.1
* Fixed a crash when the password has never been set
* Fixed a crash when using Modern handshake on Android 7-

##### v1.5
* Added support for the handshake relay command
* Improved the way URLs are recognized
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ android {
buildToolsVersion("29.0.2")

defaultConfig {
versionCode = 1_05_00
versionName = "1.5"
versionCode = 1_05_01
versionName = "1.5.1"

minSdkVersion(21)
targetSdkVersion(29)
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/10501.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed a crash when the password has never been set
* Fixed a crash when using Modern handshake on Android 7-

0 comments on commit d3d3c0e

Please sign in to comment.