Skip to content

Commit

Permalink
📚 Updated Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalcier committed Mar 24, 2021
1 parent 4afda1f commit a64d4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add the following repository and dependency to your `pom.xml` file
<dependency>
<groupId>com.github.h-omer</groupId>
<artifactId>neo4j-versioner-core</artifactId>
<version>2.0.0</version>
<version>4.2.4</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -84,7 +84,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.h-omer:neo4j-versioner-core:2.0.0'
compile 'com.github.h-omer:neo4j-versioner-core:4.2.4'
}
```

Expand Down

0 comments on commit a64d4a8

Please sign in to comment.