Skip to content

Commit

Permalink
Tagging 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Sep 10, 2021
1 parent 802dbd8 commit 1c8dfe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[1.7.5]
- Remove ArrayList allocation in SnapshotArrayList.ensureCapacity

[1.7.4]
- Fix race condition in MessageTransmissionPool.allocate(). Add unit test.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
}

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

repositories {
Expand Down

0 comments on commit 1c8dfe1

Please sign in to comment.