Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Nov 17, 2018
1 parent 30d8a5c commit 00141a9
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.4.0</version>
<version>1.4.1</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.4.0</version>
<version>1.4.1</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 @@ -67,7 +67,7 @@

public class Client {

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

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

Expand Down

0 comments on commit 00141a9

Please sign in to comment.