From 1b08e21837ca994013a0b03b41f85eb35c94de39 Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Tue, 16 Aug 2022 22:35:41 +0900 Subject: [PATCH] Release 0.7.6.RELEASE --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8f458590..194568658 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.5.RELEASE + 0.7.6.RELEASE ... diff --git a/gradle.properties b/gradle.properties index 049d23723..b7d2b8597 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.5.RELEASE -latestReleasedWebAuthn4JSpringSecurityVersion=0.7.5.RELEASE +webAuthn4JSpringSecurityVersion=0.7.6.RELEASE +latestReleasedWebAuthn4JSpringSecurityVersion=0.7.6.RELEASE