diff --git a/README.md b/README.md index d8206e8..ab63973 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Here is the list of the different prototypes needed to implement the protocol. You can refer to the [examples](https://github.com/passwordless-lib/fido2-net-lib/tree/v3.0.0#examples) provided in the `fido2-net-lib` library documentation to understand what each of the following prototypes correspond to. Refer also to their implementation in -the [example](https://github.com/tr4cks/hotchocolate-types-fido2/blob/1.0.0-rc.1/samples/Fido2Api/Mutation.cs) +the [example](https://github.com/tr4cks/hotchocolate-types-fido2/blob/1.0.0/samples/Fido2Api/Mutation.cs) provided in the project. For more details concerning the implementation of controllers allowing the implementation diff --git a/src/HotChocolate.Types.Fido2/HotChocolate.Types.Fido2.csproj b/src/HotChocolate.Types.Fido2/HotChocolate.Types.Fido2.csproj index b0f2d12..456514b 100644 --- a/src/HotChocolate.Types.Fido2/HotChocolate.Types.Fido2.csproj +++ b/src/HotChocolate.Types.Fido2/HotChocolate.Types.Fido2.csproj @@ -8,7 +8,7 @@ HotChocolate.Extensions.Types.Fido2 - 1.0.0-rc.1 + 1.0.0 HotChocolate Fido2 integration tr4cks git