From 565cec98af389c1e7d34915f0f8539313ee52132 Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Sat, 4 May 2024 20:53:52 +0900 Subject: [PATCH] Release 0.10.0.RELEASE --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6b94f8e2..fdf4434a9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are using Maven, just add the webauthn4j-spring-security as a dependency: ... - 0.9.1.RELEASE + 0.10.0.RELEASE ... diff --git a/gradle.properties b/gradle.properties index 08abfad4c..91e6055ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -webAuthn4JSpringSecurityVersion=0.10.0-SNAPSHOT -latestReleasedWebAuthn4JSpringSecurityVersion=0.9.1.RELEASE +webAuthn4JSpringSecurityVersion=0.10.0.RELEASE +latestReleasedWebAuthn4JSpringSecurityVersion=0.10.0.RELEASE