Skip to content

Commit 6549028

Browse files
committed
Update the README for 0.3.0
1 parent 01c4135 commit 6549028

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ You can download java-otp as a jar file (it has no dependencies) from the [GitHu
1111
<dependency>
1212
<groupId>com.eatthepath</groupId>
1313
<artifactId>java-otp</artifactId>
14-
<version>0.2.0</version>
14+
<version>0.3.0</version>
1515
</dependency>
1616
```
1717

1818
java-otp works with Java 8 or newer. If you need support for versions of Java older than Java 8, you may try using [java-otp v0.1](https://github.com/jchambers/java-otp/releases/tag/java-otp-0.1.0) (although it is no longer supported).
1919

20+
## Documentation
21+
22+
The latest API docs are available at https://jchambers.github.io/java-otp/apidocs/latest/.
23+
2024
## Usage
2125

2226
To demonstrate generating one-time passwords, we'll focus on the TOTP algorithm. To create a TOTP generator with a default password length (6 digits), time step (30 seconds), and HMAC algorithm (HMAC-SHA1):

0 commit comments

Comments
 (0)