Skip to content

Commit

Permalink
update readme for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Dec 9, 2016
1 parent 0a99762 commit c429c94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Share your thoughts and questions with us!
<dependency>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

Expand All @@ -89,11 +89,11 @@ See [weave automation](https://github.com/junkdog/artemis-odb/wiki/Weave-Automat
#### Gradle

```groovy
dependencies { compile "net.onedaybeard.artemis:artemis-odb:2.0.0" }
dependencies { compile "net.onedaybeard.artemis:artemis-odb:2.1.0" }
```

#### Manual Download

- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/2.0.0/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/2.0.0/)
- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/2.1.0/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/2.1.0/)

0 comments on commit c429c94

Please sign in to comment.