diff --git a/README.md b/README.md index cf0bfcb..3c8f1db 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To add this library to your java project using Maven, add the following dependen dev.samstevens.totp totp - 1.5.1 + 1.6 ``` @@ -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' } ``` diff --git a/pom.xml b/pom.xml index d15dbd4..3a2c5ba 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ dev.samstevens.totp totp - 1.5.1 + 1.6 ${project.groupId}:${project.artifactId} A library to help implement time-based one time passwords to enable MFA. @@ -21,7 +21,7 @@ scm:git:git@github.com:samdjstevens/java-totp.git - totp-1.5.1 + totp-1.6 https://github.com/samdjstevens/java-totp