diff --git a/duo-example/pom.xml b/duo-example/pom.xml index eb3939d..dfda106 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.0 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.0 org.springframework diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml index f279b89..d838031 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.0 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 6e446e1..44eeee1 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.0"; // ************************************************** // Fields diff --git a/pom.xml b/pom.xml index b5e6a72..22dd241 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.duosecurity duo-universal-java pom - 1.2.1-SNAPSHOT + 1.3.0 Duo Universal Java https://github.com/duosecurity/duo_universal_java/