Skip to content

Commit

Permalink
prepare 1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samdjstevens committed Dec 19, 2019
1 parent ec11fcc commit 8488099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To add this library to your java project using Maven, add the following dependen
<dependency>
<groupId>dev.samstevens.totp</groupId>
<artifactId>totp</artifactId>
<version>1.5.1</version>
<version>1.6</version>
</dependency>
```

Expand All @@ -34,7 +34,7 @@ To add the dependency using Gradle, add the following to the build script:

```
dependencies {
compile 'dev.samstevens.totp:totp:1.5.1'
compile 'dev.samstevens.totp:totp:1.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.samstevens.totp</groupId>
<artifactId>totp</artifactId>
<version>1.5.1</version>
<version>1.6</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A library to help implement time-based one time passwords to enable MFA.</description>
Expand All @@ -21,7 +21,7 @@

<scm>
<developerConnection>scm:git:[email protected]:samdjstevens/java-totp.git</developerConnection>
<tag>totp-1.5.1</tag>
<tag>totp-1.6</tag>
<url>https://github.com/samdjstevens/java-totp</url>
</scm>

Expand Down

0 comments on commit 8488099

Please sign in to comment.