Skip to content

Commit e0c5f05

Browse files
committed
Brown paper bag.
1 parent abc0c59 commit e0c5f05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version: 2.3.0-SNAPSHOT
3+
## Version: 2.4.0
44

55
- Targets Libgdx 1.9.9, Artemis-odb 2.2.0, GWT 2.8.0.
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ Some stubs from LibGDX are licensed under Apache 2.0.
3232
<dependency>
3333
<groupId>net.mostlyoriginal.artemis-odb</groupId>
3434
<artifactId>contrib-core</artifactId>
35-
<version>2.3.0</version>
35+
<version>2.4.0</version>
3636
</dependency>
3737

3838
<dependency>
3939
<groupId>net.mostlyoriginal.artemis-odb</groupId>
4040
<artifactId>contrib-eventbus</artifactId>
41-
<version>2.3.0</version>
41+
<version>2.4.0</version>
4242
</dependency>
4343
```
4444

4545
#### Gradle
4646

4747
```groovy
4848
dependencies {
49-
compile "net.mostlyoriginal.artemis-odb:contrib-core:2.3.0"
50-
compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:2.3.0"
49+
compile "net.mostlyoriginal.artemis-odb:contrib-core:2.4.0"
50+
compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:2.4.0"
5151
}
5252
```

0 commit comments

Comments
 (0)