From 9df3c84dc3c299f023f92f8fdf73c8321d3cfac2 Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Sat, 18 Mar 2023 21:50:25 +0900 Subject: [PATCH] Release 0.8.0.RELEASE --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 194568658..a258c4df9 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.7.6.RELEASE + 0.8.0.RELEASE ... diff --git a/gradle.properties b/gradle.properties index 1663f42b7..ece5291f9 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.7.7-SNAPSHOT -latestReleasedWebAuthn4JSpringSecurityVersion=0.7.6.RELEASE +webAuthn4JSpringSecurityVersion=0.8.0.RELEASE +latestReleasedWebAuthn4JSpringSecurityVersion=0.8.0.RELEASE