Skip to content

Commit bc8736a

Browse files
committed
Tagging 1.7.1
1 parent 9cb4a90 commit bc8736a

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.1]
2+
- Reduce allocations in MessageExchange
3+
14
[1.7.0]
25
- Changed to using mini2Dx-lock-provider library to support game consoles
36
- Source/target compatability now Java 8

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.0'
30+
version = '1.7.1'
3131
description = 'A lightweight message bus library for Java-based game engines'
3232

3333
repositories {

0 commit comments

Comments
 (0)