Skip to content

Commit

Permalink
Release 0.10.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed May 4, 2024
1 parent b49a03f commit 565cec9
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.9.1.RELEASE</webauthn4j-spring-security.version>
<webauthn4j-spring-security.version>0.10.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-SNAPSHOT
latestReleasedWebAuthn4JSpringSecurityVersion=0.9.1.RELEASE
webAuthn4JSpringSecurityVersion=0.10.0.RELEASE
latestReleasedWebAuthn4JSpringSecurityVersion=0.10.0.RELEASE

0 comments on commit 565cec9

Please sign in to comment.