diff --git a/README.md b/README.md index 94544c15f..767c9e30e 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.10.0.RELEASE + 0.11.0.RELEASE ... diff --git a/gradle.properties b/gradle.properties index 91e6055ed..012b1d950 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.RELEASE -latestReleasedWebAuthn4JSpringSecurityVersion=0.10.0.RELEASE +webAuthn4JSpringSecurityVersion=0.11.0.RELEASE +latestReleasedWebAuthn4JSpringSecurityVersion=0.11.0.RELEASE