Skip to content

Commit

Permalink
chore(README): bump wrapper version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlittle committed Jun 6, 2017
1 parent dc8e42c commit f2b208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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>5.0.0</version>
<version>6.0.1</version>
</dependency>
...
</dependencies>
Expand All @@ -53,7 +53,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.lob:lob-java:5.0.0'
compile 'com.lob:lob-java:6.0.1'
```

### Usage
Expand Down

0 comments on commit f2b208d

Please sign in to comment.