Skip to content

Commit

Permalink
Release 0.7.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Aug 1, 2021
1 parent c3b27ad commit c1b98cb
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.1.RELEASE</webauthn4j-spring-security.version>
<webauthn4j-spring-security.version>0.7.2.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,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
webAuthn4JSpringSecurityVersion=0.7.2-SNAPSHOT
latestReleasedWebAuthn4JSpringSecurityVersion=0.7.1.RELEASE
webAuthn4JSpringSecurityVersion=0.7.2.RELEASE
latestReleasedWebAuthn4JSpringSecurityVersion=0.7.2.RELEASE
asciidoctorVersion='1.5.6'

0 comments on commit c1b98cb

Please sign in to comment.