Version 0.1.0 The base system is now working with the online webauthn demo, so it's time to declare a release. The current prototype only works with the FIDO-U2F protocol but it will communicate with firefox over the USB hid gadget Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
diff --git a/configure.ac b/configure.ac index 2d46509..95b6166 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,4 +1,4 @@ -AC_INIT(fido2-ctap-gadget, 0.0.1, <James.Bottomley@HansenPartnership.com>) +AC_INIT(fido2-ctap-gadget, 0.1.0, <James.Bottomley@HansenPartnership.com>) AM_INIT_AUTOMAKE([foreign 1.6]) AC_CHECK_PROGS([HELP2MAN], [help2man])