diff --git a/README.md b/README.md index 2a99d6f..14254a7 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ The Duo Universal Client for Java is available from Duo Security on Maven. Incl com.duosecurity duo-universal-sdk - 1.2.0 + 1.3.0 ``` -See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.2.0 for more details. +See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.3.0 for more details. ## TLS 1.2 and 1.3 Support diff --git a/duo-example/pom.xml b/duo-example/pom.xml index eb3939d..09f8b15 100644 --- a/duo-example/pom.xml +++ b/duo-example/pom.xml @@ -10,7 +10,7 @@ 4.0.0 duo-example - 1.2.1-SNAPSHOT + 1.3.1-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.2.1-SNAPSHOT + 1.3.1-SNAPSHOT org.springframework diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml index f279b89..48f62a5 100644 --- a/duo-universal-sdk/pom.xml +++ b/duo-universal-sdk/pom.xml @@ -6,7 +6,7 @@ duo-universal-sdk com.duosecurity - 1.2.1-SNAPSHOT + 1.3.1-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/ Duo Web SDK for two-factor authentication @@ -191,7 +191,7 @@ org.junit.platform junit-platform-surefire-provider - 1.2.0-M1 + 1.3.0-M1 org.junit.jupiter 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 6e446e1..4ea75f7 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.2.1-SNAPSHOT"; + private static final String USER_AGENT_VERSION = "1.3.1-SNAPSHOT"; // ************************************************** // Fields diff --git a/pom.xml b/pom.xml index b5e6a72..d335658 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.duosecurity duo-universal-java pom - 1.2.1-SNAPSHOT + 1.3.1-SNAPSHOT Duo Universal Java https://github.com/duosecurity/duo_universal_java/