Skip to content

Commit

Permalink
Merge pull request #68 from BastiaanJansen/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
BastiaanJansen authored Feb 14, 2023
2 parents 1c336d5 + 9cb114d commit bbb2781
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ The following features are supported:
<dependency>
<groupId>com.github.bastiaanjansen</groupId>
<artifactId>otp-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

### Gradle
```gradle
implementation 'com.github.bastiaanjansen:otp-java:2.0.0'
implementation 'com.github.bastiaanjansen:otp-java:2.0.1'
```

### Scala SBT
```scala
libraryDependencies += "com.github.bastiaanjansen" % "otp-java" % "2.0.0"
libraryDependencies += "com.github.bastiaanjansen" % "otp-java" % "2.0.1"
```

### Apache Ivy
```xml
<dependency org="com.github.bastiaanjansen" name="otp-java" rev="2.0.0" />
<dependency org="com.github.bastiaanjansen" name="otp-java" rev="2.0.1" />
```

Or you can download the source from the [GitHub releases page](https://github.com/BastiaanJansen/OTP-Java/releases).
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.github.bastiaanjansen</groupId>
<artifactId>otp-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>

<name>OTP-Java</name>
<description>A small and easy-to-use one-time password generator for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP).</description>
Expand Down Expand Up @@ -175,4 +175,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit bbb2781

Please sign in to comment.