Skip to content

Commit

Permalink
Merge branch 'master' into update-build-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima authored Jan 13, 2025
2 parents d2337c2 + c3b15ad commit b8b05ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are using Maven, just add the webauthn4j-spring-security as a dependency:
<properties>
...
<!-- Use the latest version whenever possible. -->
<webauthn4j-spring-security.version>0.10.0.RELEASE</webauthn4j-spring-security.version>
<webauthn4j-spring-security.version>0.11.0.RELEASE</webauthn4j-spring-security.version>
...
</properties>

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8b05ef

Please sign in to comment.