Skip to content

Commit 42ef3fa

Browse files
version bump to 1.4.13 (#539)
* version bump to 1.4.13 * Update whatsnew-en-US * Create 1413.txt
1 parent 207449d commit 42ef3fa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = appPackageId
1818
minSdk = 23
1919
targetSdk = 33
20-
versionCode = 1412
21-
versionName = "1.4.12"
20+
versionCode = 1413
21+
versionName = "1.4.13"
2222

2323
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
2424
vectorDrawables {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
Now you can copy all the fields.
3+
New option added to change password.

whatsnew/whatsnew-en-US

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Copy button for all fields, change password option added
1+
Copy button for all fields,
2+
change password option added

0 commit comments

Comments
 (0)