Skip to content

Commit

Permalink
Release 0.8.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Mar 18, 2023
1 parent 2be67eb commit 9df3c84
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.7.6.RELEASE</webauthn4j-spring-security.version>
<webauthn4j-spring-security.version>0.8.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.7.7-SNAPSHOT
latestReleasedWebAuthn4JSpringSecurityVersion=0.7.6.RELEASE
webAuthn4JSpringSecurityVersion=0.8.0.RELEASE
latestReleasedWebAuthn4JSpringSecurityVersion=0.8.0.RELEASE

0 comments on commit 9df3c84

Please sign in to comment.