diff --git a/README.md b/README.md index 5e4c5d059..e2a715000 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.1.RELEASE + 0.7.2.RELEASE ... diff --git a/gradle.properties b/gradle.properties index 1591073c1..1387ccb8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -webAuthn4JSpringSecurityVersion=0.7.2-SNAPSHOT -latestReleasedWebAuthn4JSpringSecurityVersion=0.7.1.RELEASE +webAuthn4JSpringSecurityVersion=0.7.2.RELEASE +latestReleasedWebAuthn4JSpringSecurityVersion=0.7.2.RELEASE asciidoctorVersion='1.5.6'