Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
- Added fromUrl generators
- Make calculateCounter function public
- Refactored documentation
- Added delombok
- Deleted Label and Issuer classes from OTPParameters and changed it to String
- Updated library description
  • Loading branch information
M3DZIK committed May 5, 2024
1 parent 0cd3594 commit 9dd48b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, add the library as a dependency to your Maven project.
<dependency>
<groupId>dev.medzik</groupId>
<artifactId>otp</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<name>TOTP and HOTP library</name>
<description>TOTP and HOTP implementation</description>
<description>
A simple and easy-to-use library with TOTP (Time-based One-Time Password)
and HOTP (HMAC-based One-Time Password) implementations.
</description>
<groupId>dev.medzik</groupId>
<artifactId>otp</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<url>https://github.com/M3DZIK/java-otp</url>

<developers>
Expand Down

0 comments on commit 9dd48b8

Please sign in to comment.