From b04ce2f8de1ba0675c9373102141eb7f83e4d1b1 Mon Sep 17 00:00:00 2001 From: "John M. Schanck" Date: Thu, 25 Jul 2024 11:05:22 -0700 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8277faf..b6c0b24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "authenticator" -version = "0.4.0-alpha.24" -authors = ["J.C. Jones ", "Tim Taubert ", "Kyle Machulis "] +version = "0.4.0" +authors = [ "Dana Keeler ", "J.C. Jones ", "John Schanck ", "Kyle Machulis ", "Martin Sirringhaus " ] keywords = ["ctap2", "u2f", "fido", "webauthn"] categories = ["cryptography", "hardware-support", "os"] repository = "https://github.com/mozilla/authenticator-rs/"