Skip to content

Commit 3dd6763

Browse files
committed
Update README.md
1 parent bf8e265 commit 3dd6763

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ The primary license for this code is CC0.
3131
<dependency>
3232
<groupId>net.mostlyoriginal.artemis-odb</groupId>
3333
<artifactId>contrib-core</artifactId>
34-
<version>0.9.1</version>
34+
<version>0.10.1</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>net.mostlyoriginal.artemis-odb</groupId>
3939
<artifactId>contrib-eventbus</artifactId>
40-
<version>0.9.1</version>
40+
<version>0.10.1</version>
4141
</dependency>
4242
```
4343

4444
#### Gradle
4545

4646
```groovy
4747
dependencies {
48-
compile "net.mostlyoriginal.artemis-odb:contrib-core:0.9.1"
49-
compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:0.9.1"
48+
compile "net.mostlyoriginal.artemis-odb:contrib-core:0.10.1"
49+
compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:0.10.1"
5050
}
5151
```

0 commit comments

Comments
 (0)