Navigation Menu

Skip to content

Commit

Permalink
Updated artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
SQiShER committed Jan 26, 2016
1 parent a450c23 commit 6bf04b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,14 +43,14 @@ To learn how to use **Java Object Diff** have a look at the [Getting Started Gui
<dependency>
<groupId>de.danielbechler</groupId>
<artifactId>java-object-diff</artifactId>
<version>0.93.1</version>
<version>0.93.2</version>
</dependency>
```

### Using with Gradle

```groovy
compile 'de.danielbechler:java-object-diff:0.93.1'
compile 'de.danielbechler:java-object-diff:0.93.2'
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/maven.md
Expand Up @@ -3,7 +3,7 @@ In order to use java-object-diff with Maven, all you need to do is to add this d
<dependency>
<groupId>de.danielbechler</groupId>
<artifactId>java-object-diff</artifactId>
<version>0.93.1</version>
<version>0.93.2</version>
</dependency>

That's it! Now you're ready to go!
Expand Down

0 comments on commit 6bf04b3

Please sign in to comment.