From 17e2d4ffdf2b3400ab524aeb8523a74681abae17 Mon Sep 17 00:00:00 2001 From: Amy Gebhardt Date: Fri, 23 Aug 2024 15:30:06 -0500 Subject: [PATCH] chore: fixing the README and bumping the version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9a52f6..2a765af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passage_flex" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["support@passage.id"] description = "Provides verification of server-side authentication for applications using Passage Passkey Flex" diff --git a/README.md b/README.md index 0beadb8..53fe559 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Passkey Flex provides passkey support for existing authentication systems. It ab The `passage_flex` Rust crate allows for verification of server-side authentication for applications using [Passage Passkey Flex](https://passage.id). -For full documentation, visit theĀ [Passkey Flex documentation here](https://docs-v2.passage.id/flex). +For full documentation, visit the [Passkey Flex Docs](https://docs-v2.passage.id/flex) and [Docs.rs](https://docs.rs/passage_flex/latest/passage_flex/) pages. ## Installation