Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
penemue committed Jan 3, 2017
1 parent b991a82 commit 1e5bfe8
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 @@ -27,13 +27,13 @@ To start using Xodus, define dependencies:
<dependency>
<groupId>org.jetbrains.xodus</groupId>
<artifactId>xodus-openAPI</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
```groovy
// in Gradle project
dependencies {
compile 'org.jetbrains.xodus:xodus-openAPI:1.0.2'
compile 'org.jetbrains.xodus:xodus-openAPI:1.0.3'
}
```
Read more about [managing dependencies](https://github.com/JetBrains/xodus/wiki/Managing-Dependencies).
Expand Down

0 comments on commit 1e5bfe8

Please sign in to comment.