Skip to content

Commit 1c8dfe1

Browse files
committed
Tagging 1.7.5
1 parent 802dbd8 commit 1c8dfe1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[1.7.5]
2+
- Remove ArrayList allocation in SnapshotArrayList.ensureCapacity
3+
14
[1.7.4]
25
- Fix race condition in MessageTransmissionPool.allocate(). Add unit test.
36

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
2727
}
2828

2929
group = 'org.mini2Dx'
30-
version = '1.7.4'
30+
version = '1.7.5'
3131
description = 'A lightweight message bus library for Java-based game engines'
3232

3333
repositories {

0 commit comments

Comments
 (0)