Skip to content

Commit

Permalink
Update README to reflect that v1.0.1 is the current release
Browse files Browse the repository at this point in the history
  • Loading branch information
asaph committed Mar 16, 2019
1 parent cdf6d93 commit 8ab358b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Maven:
<dependency>
<groupId>com.yubico</groupId>
<artifactId>webauthn-server-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
----------

Gradle:

----------
compile 'com.yubico:webauthn-server-core:1.0.0'
compile 'com.yubico:webauthn-server-core:1.0.1'
----------


Expand Down

0 comments on commit 8ab358b

Please sign in to comment.