Skip to content

Commit a3445ab

Browse files
committed
v0.6.0
Usability improvements: * Added a URL field in the password entries * Support copy for the URL, username and password fields
1 parent 9f38f8c commit a3445ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.astonbitecode.rustkeylock"
44
android:versionCode="1"
5-
android:versionName="0.4.0" >
5+
android:versionName="0.6.0" >
66

77
<uses-sdk
88
android:minSdkVersion="16"

0 commit comments

Comments
 (0)