diff --git a/README.md b/README.md
index f592b14..5328dcd 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.1.2
+ 1.1.3
```
-See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.1.2 for more details.
+See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.1.3 for more details.
# Demo
diff --git a/duo-example/pom.xml b/duo-example/pom.xml
index 857cc13..687a810 100644
--- a/duo-example/pom.xml
+++ b/duo-example/pom.xml
@@ -10,7 +10,7 @@
4.0.0
duo-example
- 1.1.3-SNAPSHOT
+ 1.1.3
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.1.3-SNAPSHOT
+ 1.1.3
org.springframework
diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml
index b287617..62ce5f9 100644
--- a/duo-universal-sdk/pom.xml
+++ b/duo-universal-sdk/pom.xml
@@ -6,7 +6,7 @@
duo-universal-sdk
com.duosecurity
- 1.1.3-SNAPSHOT
+ 1.1.3
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 05eb029..2939d09 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.1.3-SNAPSHOT";
+ private static final String USER_AGENT_VERSION = "1.1.3";
// **************************************************
// Fields
diff --git a/pom.xml b/pom.xml
index 53186bb..363f48a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.duosecurity
duo-universal-java
pom
- 1.1.3-SNAPSHOT
+ 1.1.3
Duo Universal Java
https://github.com/duosecurity/duo_universal_java/