diff --git a/README.md b/README.md index 24eaf61..99cae41 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ Run `mvn package` to generate a JAR with dependencies, suitable for inclusion in The Duo Universal Client for Java is available from Duo Security on Maven. Include the following in your dependency definitions: ``` - + com.duosecurity duo-universal-sdk - 1.3.1 + 1.3.2 ``` -See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.3.1 for more details. +See https://central.sonatype.com/artifact/com.duosecurity/duo-universal-sdk/1.3.2 for more details. ## TLS 1.2 and 1.3 Support diff --git a/duo-example/pom.xml b/duo-example/pom.xml index 6c7200a..e780a29 100644 --- a/duo-example/pom.xml +++ b/duo-example/pom.xml @@ -10,7 +10,7 @@ 4.0.0 duo-example - 1.3.2 + 1.3.3-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/ Duo Web SDK for two-factor authentication @@ -38,7 +38,7 @@ com.duosecurity duo-universal-sdk - 1.3.2 + 1.3.3-SNAPSHOT org.springframework diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml index 1acee6e..3f0584a 100644 --- a/duo-universal-sdk/pom.xml +++ b/duo-universal-sdk/pom.xml @@ -6,7 +6,7 @@ duo-universal-sdk com.duosecurity - 1.3.2 + 1.3.3-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/ Duo Web SDK for two-factor authentication diff --git a/duo-universal-sdk/src/main/java/com/duosecurity/Client.java b/duo-universal-sdk/src/main/java/com/duosecurity/Client.java index e5ab2e7..76c63ff 100644 --- a/duo-universal-sdk/src/main/java/com/duosecurity/Client.java +++ b/duo-universal-sdk/src/main/java/com/duosecurity/Client.java @@ -38,7 +38,7 @@ public class Client { private static final String USER_AGENT_LIB = "duo_universal_java"; - private static final String USER_AGENT_VERSION = "1.3.2"; + private static final String USER_AGENT_VERSION = "1.3.3-SNAPSHOT"; // ************************************************** // Fields diff --git a/pom.xml b/pom.xml index 2227cb9..1229dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.duosecurity duo-universal-java pom - 1.3.2 + 1.3.3-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/