Skip to content

Commit

Permalink
Release: 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Straßberger <michael.strassberger@uni-hamburg.de>
  • Loading branch information
Michael Straßberger committed Jul 13, 2023
1 parent abab6d9 commit cc2f927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add to your application's `build.gradle` file

```groovy
dependencies {
compile 'dev.uni-hamburg:timedrift-otp-java:2.0.0'
compile 'dev.uni-hamburg:timedrift-totp-java:2.0.1'
}
```

Expand All @@ -44,7 +44,7 @@ Include the following dependencies in your project's `pom.xml`

<dependency>
<groupId>dev.uni-hamburg</groupId>
<artifactId>timedrift-otp-java</artifactId>
<version>2.0.0</version>
<artifactId>timedrift-totp-java</artifactId>
<version>2.0.1</version>
</dependency>
```
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>dev.uni-hamburg</groupId>
<artifactId>timedrift-totp-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>
<description>Implements RFC 6238 with a mechanism to support time drifting hardware tokens which do not support time
syncs.
Expand Down

0 comments on commit cc2f927

Please sign in to comment.