Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 19, 2019
1 parent 132fccc commit 979fa0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install it as a maven dependecy:
<dependency>
<groupId>com.onelogin</groupId>
<artifactId>onelogin-java-sdk</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.onelogin</groupId>
<artifactId>onelogin-java-sdk</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/onelogin/sdk/conn/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

public class Client {

public static final String VERSION = "1.4.1";
public static final String VERSION = "1.6.0";

public static final String CUSTOM_USER_AGENT = "onelogin-java-sdk " + VERSION;

Expand Down

0 comments on commit 979fa0b

Please sign in to comment.