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