Skip to content

Commit

Permalink
1.1.3 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Aug 27, 2021
1 parent 16a4d1c commit d26f627
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ The Duo Universal Client for Java is available from Duo Security on Maven. Incl
<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-sdk</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```
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

Expand Down
4 changes: 2 additions & 2 deletions duo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>duo-example</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<name>Duo Universal Java</name>
<url>https://github.com/duosecurity/duo_universal_java/</url>
<description>Duo Web SDK for two-factor authentication</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-sdk</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion duo-universal-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>duo-universal-sdk</artifactId>
<groupId>com.duosecurity</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<name>Duo Universal Java</name>
<url>https://github.com/duosecurity/duo_universal_java/</url>
<description>Duo Web SDK for two-factor authentication</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-java</artifactId>
<packaging>pom</packaging>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>

<name>Duo Universal Java</name>
<url>https://github.com/duosecurity/duo_universal_java/</url>
Expand Down

0 comments on commit d26f627

Please sign in to comment.