Skip to content

Commit 1ecbd35

Browse files
author
Alain Knaff
committed
Releasing 0.2.12
1 parent 6962041 commit 1ecbd35

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
// of minor, and 2 digits of 3rd part. As major is still 0, and
1717
// as no leading zeroes are represented, 200 is what we get for
1818
// 0.2
19-
versionCode = 211
20-
versionName = "0.2.11"
19+
versionCode = 212
20+
versionName = "0.2.12"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323
buildTypes {

metadata/en-US/changelogs/212.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- If password is specified for an account, still try also public key
2+
authentication
3+
- Use a more meaningful user name in generated ssh public keys

0 commit comments

Comments
 (0)