We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe7349 commit 4f2209fCopy full SHA for 4f2209f
VERSION
@@ -1 +1 @@
1
-0.3.1
+0.3.2
main.go
@@ -266,7 +266,7 @@ func commandInfo(card *scard.Card) error {
266
fmt.Printf(" Key management:%v\n", info.HasKeyManagementCapability())
267
fmt.Printf(" Credentials Management:%v\n", info.HasCredentialsManagementCapability())
268
fmt.Printf(" NDEF:%v\n", info.HasNDEFCapability())
269
- fmt.Printf("Cash applet \n\n")
+ fmt.Printf("Cash applet \n")
270
271
if cashInfo == nil {
272
fmt.Printf(" Installed: %+v\n", false)
0 commit comments