Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Mar 15, 2021
1 parent 95f56c9 commit a9c84d3
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.0.3</version>
<version>1.1.0</version>
</dependency>
```
See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.0.3 for more details.
See https://mvnrepository.com/artifact/com.duosecurity/duo-universal-sdk/1.1.0 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.0.4-SNAPSHOT</version>
<version>1.1.0</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.0.4-SNAPSHOT</version>
<version>1.1.0</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.0.4-SNAPSHOT</version>
<version>1.1.0</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.0.4-SNAPSHOT";
private static final String USER_AGENT_VERSION = "1.1.0";

// **************************************************
// 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.0.4-SNAPSHOT</version>
<version>1.1.0</version>

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

0 comments on commit a9c84d3

Please sign in to comment.