Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elnaz committed Mar 28, 2016
1 parent 1795ae7 commit 7b98887
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 @@ -44,7 +44,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.lob</groupId>
<artifactId>lob-java</artifactId>
<version>3.4.0</version>
<version>4.0.0</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lob-java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>com.lob</groupId>
<artifactId>lob-java</artifactId>
<version>3.4.0</version>
<version>4.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.lob</groupId>
<artifactId>lob-java</artifactId>
<packaging>jar</packaging>
<version>3.4.0</version>
<version>4.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Parent pom for the Lob API Java Wrapper</description>
Expand Down

0 comments on commit 7b98887

Please sign in to comment.